Contentserv PHP API

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
since

CS23.5

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

        

Search results