Methods

__construct()

__construct() 

Stores the session data in database table.

ac_store(string $id, string $name, string $str) : bool

Overwrites parents and uses MySQLs REPLACE statement, to prevent race conditions while executing INSERT statements by multiple frames in backend.

  • Existing entry will be overwritten
  • Non existing entry will be added

Parameters

$id

string

The session id (hash)

$name

string

Name of the session

$str

string

The value to store

Returns

bool

 Properties

 

Database class name

$database_class : string

 

And find our session data in this table.

$database_table : string