Changed Methods |
void setCookieDomain(String )
|
Documentation changed from old to new. |
Use the given domain for cookies created by this generator. |
void setCookieMaxAge(Integer )
|
Documentation changed from old to new. |
Use the given maximum age (in seconds) for cookies created by this generator. |
void setCookieName(String )
|
Documentation changed from old to new. |
Use the given name for cookies created by this generator. |
void setCookiePath(String )
|
Documentation changed from old to new. |
Use the given path for cookies created by this generator. |
void setCookieSecure(boolean )
|
Documentation changed from old to new. |
Set whether the cookie should only be sent using a secure protocol,
such as HTTPS (SSL). |