package cookie
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
sealed abstract
class
SameSite extends AnyRef
SameSite cookie attribute.
SameSite cookie attribute. The server may set this in the Set-Cookie to ensure that the cookie is not sent with cross-site requests.
As of April 2018, support for this attribute is not implemented by all browsers. See [0] for more details.
[0] https://tools.ietf.org/html/draft-west-first-party-cookies-07
Value Members
- object SameSite
-
object
supportSameSiteCodec extends GlobalFlag[Boolean]
Enables / disables SameSite support in the CookieCodec.