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 |
Returns:
the session store
- Type
- LocalSessionStore