play.api.mvc.Cookie
See theCookie companion class
object Cookie
Attributes
Members list
Type members
Classlikes
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
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.
Attributes
- Returns
-
the original cookie if it is valid, else a new cookie that has the proper attributes set.
Concrete fields
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.
Attributes
In this article