CookieParam
Index
Properties
domain
Domain for which the cookie is set.
expires
Expiration date for the cookie, None for a session cookie.
http_only
Set the HttpOnly
flag for the cookie.
name
Cookie name.
path
Path on the specified domain for which the cookie is set.
same_site
Set the SameSite
attribute for the cookie.
secure
Set the Secure
flag for the cookie.
value
Cookie value.
Dictionary representation of cookies for
SessionCookies.set
method.