The maximum lifetime of the cookie as an HTTP-date timestamp.
If unspecified, the cookie becomes a session cookie.A session finishes when the client shuts down, and session cookies will be removed.
Number of seconds until the cookie expires. A zero or negative number will expire the cookie immediately. If both Expires and Max-Age are set, Max-Age has precedence.
A path that must exist in the requested URL, or the browser won't send the Cookie header.
Generated using TypeDoc
Host to which the cookie will be sent