An HTTP cookie.
int ExpirationDate A number representing the expiration date of the cookie as the number of seconds since the UNIX epoch, or 0 if there is no expiration date. An expiration date is not provided for session cookies.
bool HttpOnly Indicates whether the cookie is marked as HttpOnly (i.e. the cookie is inaccessible to client-side scripts).
bool Secure Indicates whether cookie is marked as secure (i.e. its scope is limited to secure channels, typically HTTPS).