Package | Description |
---|---|
ratpack.session |
Objects for providing
Session support. |
Modifier and Type | Method and Description |
---|---|
SessionCookieConfig |
SessionCookieConfig.domain(java.lang.String domain)
Set the
domain for session cookie. |
SessionCookieConfig |
SessionCookieConfig.expires(java.time.Duration expiresDuration)
Set max age of the cookies related to session management.
|
SessionCookieConfig |
SessionCookieConfig.httpOnly(boolean httpOnly)
Set session cookies attribute
HttpOnly . |
SessionCookieConfig |
SessionCookieConfig.idName(java.lang.String idName)
Set the name of the cookie for session id.
|
SessionCookieConfig |
SessionCookieConfig.path(java.lang.String path)
Set the
path for session cookie. |
SessionCookieConfig |
SessionCookieConfig.secure(boolean secure)
Set session cookies attribute
Secure . |