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 vertxVertx the Vert.x instance sessionMapNamestring the session map name retryTimeoutnumber the store retry timeout, in ms Returns:
the session store- Type
- ClusteredSessionStore