Default of how often, in ms, to check for expired sessions
Default length for a session id. More info: https://www.owasp.org/index.php/Session_Management_Cheat_Sheet
Default name for map used to store sessions
Remove all sessions from the store.
Remove all sessions from the store.
Close the store
Delete the session with the specified ID.
Delete the session with the specified ID.
Get the session with the specified ID.
Get the session with the specified ID.
Initialize this store.
Add a session with the specified ID.
Add a session with the specified ID.
The retry timeout value in milli seconds used by the session handler when it retrieves a value from the store.
A non positive value means there is no retry at all.
Get the number of sessions in the store.
Beware of the result which is just an estimate, in particular with distributed session stores.
Get the number of sessions in the store.
Beware of the result which is just an estimate, in particular with distributed session stores.
Create a session store
Create a session store
Create a session store
Generated using TypeDoc
A session store which is only available on a single node.
Can be used when sticky sessions are being used.