| Package | Description |
|---|---|
| com.caucho.server.session | |
| com.caucho.server.webapp |
| Modifier and Type | Method and Description |
|---|---|
CookieImpl.SameSite |
SessionManager.getCookieSameSite()
Returns the http-only of the session cookie.
|
CookieImpl.SameSite |
CookieImpl.getSameSite() |
static CookieImpl.SameSite |
CookieImpl.SameSite.parseValue(java.lang.String value) |
static CookieImpl.SameSite |
CookieImpl.SameSite.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CookieImpl.SameSite[] |
CookieImpl.SameSite.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CookieImpl.setSameSite(CookieImpl.SameSite value)
Sets the same-site attribute
|
| Modifier and Type | Method and Description |
|---|---|
CookieImpl.SameSite |
WebApp.getCookieSameSite()
Sets the cookie-http-only
|