OptionaldomainDefines the domain scope of the cookie.
OptionalhttpIndicates if the cookie is accessible only through HTTP(S).
OptionalmaxSpecifies the maximum age of the cookie in seconds.
OptionalpathDefines the path scope of the cookie.
OptionalsameSpecifies the SameSite attribute of the cookie.
OptionalsecureIndicates if the cookie requires a secure connection (HTTPS).
Represents the options available for setting HTTP cookies.