OptionaldomainOptionalexpiresIndicates the maximum lifetime of the cookie.
Forbids JavaScript from accessing the cookie.
OptionalmaxIndicates the number of seconds until the cookie expires.
Indicates that the cookie should be stored using partitioned storage.
OptionalpathIndicates the path that must exist in the requested URL for the browser to send the Cookie header.
OptionalsameControls whether or not a cookie is sent with cross-site requests.
Indicates that the cookie is sent to the server only when a request is made with the https: scheme (except on
localhost), and therefore, is more resistant
to https://developer.mozilla.org/en-US/docs/Glossary/MitM|man-in-the-middle attacks.
Defines the host to which the cookie will be sent.