The cookie value.
Optional domainThe cookie domain. When omitted, defaults to the host of startUrl.
Optional pathThe cookie path. When omitted, defaults to "/".
Optional httpMarks the cookie as HTTP-only, preventing access from JavaScript (document.cookie).
Default value: false
Optional secureMarks the cookie as secure, so it is only sent over HTTPS connections.
Default value: false
Optional sameControls whether the cookie is sent with cross-site requests.
"None" — cookie is sent in all contexts (requires secure: true)"Lax" — cookie is sent on top-level navigations and same-site requests"Strict" — cookie is only sent in same-site requestsWhen omitted, the browser default applies (typically "Lax").
Generated using TypeDoc
The cookie name.