CSMemoryDatabaseSessionHandler
in package
Defines the session handler class for the memory database interface.
The class creates a session handler API object to receive information about the service session handler like the SaveHandler or SavePath.
Tags
Table of Contents
- __construct() : mixed
- Defines the constructor of the session handler.
- getSaveHandler() : string
- Returns the save handler name.
- getSavePath() : string
- Returns the save path of the sessions.
Methods
__construct()
Defines the constructor of the session handler.
public
final __construct(string $sSaveHandler, string $sSavePath) : mixed
Parameters
- $sSaveHandler : string
-
The target save handler name.
- $sSavePath : string
-
The save path of the session.
Tags
Return values
mixed —getSaveHandler()
Returns the save handler name.
public
getSaveHandler() : string
Tags
Return values
string —getSavePath()
Returns the save path of the sessions.
public
getSavePath() : string
