- Source:
Classes
Methods
-
<static> LocalSessionStore.create(vertx, sessionMapName, reaperInterval) → {LocalSessionStore}
-
Create a session store
Parameters:
Name Type Description vertx
Vertx the Vert.x instance sessionMapName
string name for map used to store sessions reaperInterval
number how often, in ms, to check for expired sessions - Source:
Returns:
the session store- Type
- LocalSessionStore