public final class CookiesX extends Object
Modifier and Type | Method and Description |
---|---|
static void |
removeCookie(String name,
String domain,
String path,
boolean secure)
Removes the cookie associated with the given parameters, which must match the
parameters it was originally set with.
|
public static void removeCookie(String name, String domain, String path, boolean secure)