Optional
Readonly
The Date this cookie expires.
Note: This is calculated at access time using maxAge when no expires option is provided to createCookie().
maxAge
expires
createCookie()
True if this cookie uses one or more secrets for verification.
The name of the cookie, used in the Cookie and Set-Cookie headers.
Cookie
Set-Cookie
Parses a raw Cookie header and returns the value of this cookie or null if it's not present.
null
Serializes the given value to a string and returns the Set-Cookie header.
The Date this cookie expires.
Note: This is calculated at access time using
maxAge
when noexpires
option is provided tocreateCookie()
.