Name for session cookies, defaults to mojo
.
Path for session cookies, defaults to /
.
Default time for sessions to expire in seconds from now, defaults to 3600
. The expiration timeout gets refreshed
for every request. Setting the value to 0
will allow sessions to persist until the browser window is closed,
this can have security implications though.
Set the HttpOnly
value on all session cookies.
Set the SameSite
value on all session cookies, defaults to lax
.
Set the secure flag on all session cookies, so that browsers send them only over HTTPS connections.
Load session data from encrypted cookie.
Store session data in encrypted cookie.
Static
decryptStatic
encryptGenerated using TypeDoc
Session manager class.