Packages

package cookie

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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

  1. object SameSite
  2. object supportSameSiteCodec extends GlobalFlag[Boolean]

    Enables / disables SameSite support in the CookieCodec.

Ungrouped