Default length for a session id. More info: https://www.owasp.org/index.php/Session_Management_Cheat_Sheet
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 given a backend and configuration JSON.
Create a Session store given a backend and configuration JSON.
Generated using TypeDoc
A session store is used to store sessions for an Vert.x-Web web app