Class: SessionHandlerManagerFactory

SessionHandlerManagerFactory

new SessionHandlerManagerFactory()

Creates an instance of SessionHandlerManager. This should never need to be called and is here as a placeholder.
Source:
See:

Methods

(static) createByDirectory(directory) → {SessionHandlerManager}

Creates a SessionHandlerManager using the single directory provided.
Parameters:
Name Type Description
directory String The directory to read the SessionHandlers from
Source:
See:
Returns:
The SessionHandlerManager.
Type
SessionHandlerManager

(static) createByFile(files) → {SessionHandlerManager}

Creates a SessionHandlerManager using the single file or array of files provided.
Parameters:
Name Type Description
files String | Array.String The file or array of files to load as a SessionHandlers
Source:
See:
Returns:
The SessionHandlerManager.
Type
SessionHandlerManager

(static) createByMap(map) → {SessionHandlerManager}

Creates a SessionHandlerManager using the map provided.
Parameters:
Name Type Description
map String The map to load the filters from
Source:
See:
Returns:
The SessionHandlerManager.
Type
SessionHandlerManager