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.
Sets a session cookie with a specified name and value.
The name of the cookie.
The value of 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.
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.
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.
Generated using TypeDoc
Retrieves the value of a specified cookie.