Class: DefaultSessionHandlerManager

DefaultSessionHandlerManager

new DefaultSessionHandlerManager(providers)

Manager for managing SessionHandlers. Supports N number of providers or various types (directory, file, map, etc.) to allow for highly dynamic configuration
Parameters:
Name Type Description
providers Provider Providers to manage / use. Can be null and providers later added via register methods
Implements:
Source:
See:

Methods

getEndSessionHandlers() → {Array.SessionHandler}

Returns the start SessionHandlers.
Source:
Returns:
The end SessionHandlers in the order they should be executed
Type
Array.SessionHandler

getStartSessionHandlers() → {Array.SessionHandler}

Returns the start SessionHandlers.
Source:
Returns:
The start SessionHandlers in the order they should be executed
Type
Array.SessionHandler