Module: vertx-web-js/session_store

Classes

SessionStore

Methods

(static) SessionStore.create(vertx, options) → {SessionStore}

Create a Session store given a backend and configuration JSON.
Parameters:
Name Type Description
vertx Vertx vertx instance
options Object extra options for initialization
Source:
Returns:
the store or runtime exception
Type
SessionStore