The cookie creation date. This is automatically populated by the system on cookie creation.
If |domain| is empty a host cookie will be created instead of a domain cookie. Domain cookies are stored with a leading "." and are visible to sub-domains whereas host cookies are not.
The cookie expiration date is only valid if |has_expires| is true.
If |httponly| is true the cookie will only be sent for HTTP requests.
The cookie last access date. This is automatically populated by the system on access.
The cookie name.
If |path| is non-empty only URLs at or below the path will get the cookie value.
Priority.
Same site.
If |secure| is true the cookie will only be sent for HTTPS requests.
The cookie value.
Cookie information.