Cookie Object
- string - The name of the cookie.
value
string - The value of the cookie.hostOnly
boolean (optional) - Whether the cookie is a host-only cookie; this will only betrue
if no domain was passed.- string (optional) - The path of the cookie.
httpOnly
boolean (optional) - Whether the cookie is marked as HTTP only.session
boolean (optional) - Whether the cookie is a session cookie or a persistent cookie with an expiration date.- string - The Same Site policy applied to this cookie. Can be
unspecified
,no_restriction
,lax
orstrict
.