BBjJettyContextConfiguration::isSessionCookiePartitioned

Description

In BBj 24.00 and higher, this method returns the value of the session-cookie-partitioned attribute for this context.

Syntax

Return Value

Method

boolean

isSessionCookiePartitioned()

Parameters

None.

Return Value

Returns a boolean indicating whether the Partitioned flag is set on cookies in this context.

Remarks

The Partitioned flag (CHIPS — Cookies Having Independent Partitioned State) restricts cookies to the top-level site context in which they were set. Setting this flag prevents cross-site cookie access while still allowing the cookie to be sent in third-party contexts such as iframes.

See Also

BBjAPI

BBjJettyContextConfiguration

BBjJettyContextConfiguration::setSessionCookiePartitioned()