WIKINDX API trunk

WkxDbSessionHandler
in package
implements SessionHandlerInterface, SessionIdInterface, SessionUpdateTimestampHandlerInterface

Custom session handler used when the session is stored inside db

WARNING: NEVER DUPLICATE THIS CODE.

This code is called by PHP's internal session management mechanism. The 'session' table should not be manipulated through direct database access anywhere other than this special class.

The only exception is the UPDATEDATABASE update class, which starts its own PHP session stored in a file, not in this table. This allows for maintenance operations during installations and updates.

Tags
see
https://www.php.net/manual/en/class.sessionhandlerinterface.php

Table of Contents

Interfaces

SessionHandlerInterface
SessionIdInterface
SessionUpdateTimestampHandlerInterface

        
On this page
  • Table Of Contents

Search results