BBjJettyContextConfiguration::setSessionCookieSecure
Description
In BBj 18.04 and higher, this method sets the session-cookie-secure attribute for the current BBjJettyContext.
Syntax
Return Value |
Method |
---|---|
void |
setSessionCookieSecure(boolean secure) |
Parameters
Variable |
Description |
---|---|
secure |
The value of the session-cookie-secure flag. |
Return Value
None.
Remarks
The session-cookie-secure attribute tells the browser that this cookie should only be sent over HTTPS protocol.
Example
None.