The name of the cookie.
The value of the cookie if found, otherwise null.
Removes a specified cookie by setting its expiration date to the past.
The name of the cookie to be removed.
Optional domain for the cookie.
Sets a session cookie with a specified name and value.
The name of the cookie.
The value of the cookie.
Optional domain for the cookie.
Sets a cookie with a specified name, value, and number of days until it expires.
The name of the cookie.
The value of the cookie.
The number of days until the cookie expires.
Optional domain for the cookie.
Sets a cookie with a specified name, value, and number of hours until it expires.
The name of the cookie.
The value of the cookie.
The number of hours until the cookie expires.
Optional domain for the cookie.
Sets a cookie with a specified name, value, and a fixed expiration date.
The name of the cookie.
The value of the cookie.
The expiration date of the cookie.
Optional domain for the cookie.
Generated using TypeDoc
Retrieves the value of a specified cookie.