Optional
nameOptional
sameThe sameSite attribute of the session cookie.
Default: lax
.
Optional
secureThe secure attribute of the session cookie.
Default: depends on the protocol of the application's base URL. If the protocol is https
, then true
, otherwise false
.
The name of the session cookie.
Default:
__session
.