Implements the interface class for storing session data to disk using file session container of phplib.

 Methods

Overrides standard constructor for setting up file path to the one which is configured in php.ini

__construct() : \Contenido_CT_File

Overrides get method, because standard byte count is not really senseful for contenido!

ac_get_value(string $sId, string $sName) : mixed

Parameters

$sId

string

$sName

string

Returns

mixed

 Properties

 

The maximum length for one line in session file.

$iLineLength : int