Classes
Methods
(static) ClusteredSessionStore.create(vertx, sessionMapName, retryTimeout) → {ClusteredSessionStore}
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.
Parameters:
Name | Type | Description |
---|---|---|
vertx |
Vertx | the Vert.x instance |
sessionMapName |
string | the session map name |
retryTimeout |
number | the store retry timeout, in ms |
Returns:
the session store
- Type
- ClusteredSessionStore