interface LocalSessionStore : SessionStore
A session store which is only available on a single node.
Can be used when sticky sessions are being used.
Author
Tim Fox
static val DEFAULT_REAPER_INTERVAL: Long
Default of how often, in ms, to check for expired sessions |
|
static val DEFAULT_SESSION_MAP_NAME: String
Default name for map used to store sessions |
open static fun create(vertx: Vertx): LocalSessionStoreopen static fun create(vertx: Vertx, sessionMapName: String): LocalSessionStoreopen static fun create(vertx: Vertx, sessionMapName: String, reaperInterval: Long): LocalSessionStore
Create a session store |