object Cookie extends Serializable

Source
Cookie.scala
Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Cookie
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class SameSite extends AnyRef

Value Members

  1. val DiscardedMaxAge: Int

    The cookie's Max-Age, in seconds, when we expire the cookie.

    The cookie's Max-Age, in seconds, when we expire the cookie.

    When Max-Age = 0, Expires is set to 0 epoch time for compatibility with older browsers.

  2. def validatePrefix(cookie: Cookie): Cookie

    Check the prefix of this cookie and make sure it matches the rules.

    Check the prefix of this cookie and make sure it matches the rules.

    returns

    the original cookie if it is valid, else a new cookie that has the proper attributes set.

  3. object SameSite