Default retry time out, in ms, for a session not found in this store.
Default length for a session id. More info: https://www.owasp.org/index.php/Session_Management_Cheat_Sheet
The default name used for the session map
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.
The retry timeout value, configures how long the session handler will retry to get a session from the store when it is not found.
Create a session store
Create a session store.
The retry timeout value, configures how long the session handler will retry to get a session from the store when it is not found.
Generated using TypeDoc
A session store which stores sessions in a distributed map so they are available across the cluster.