CookieOptions used when creating cookies.
domain to associate the cookie with.
expires datae.
httpOnly indicates whether the cookie can not be accessed by client-side scripts.
path the cookie belongs to.
secure indicates whether the cookie requires SSL/TLS.
Generated using TypeDoc
CookieOptions used when creating cookies.