Cookie Properties |
The Cookie type exposes the following members.
Name | Description | |
---|---|---|
Domain |
Cookie domain.
| |
Expires |
Cookie expiration date as the number of seconds since the UNIX epoch.
| |
HttpOnly |
True if cookie is http-only.
| |
Name |
Cookie name.
| |
Path |
Cookie path.
| |
Priority | ||
SameSite | ||
Secure |
True if cookie is secure.
| |
Session |
True in case of session cookie.
| |
Size |
Cookie size.
| |
Value |
Cookie value.
|