Interface SessionHandlerInterface
SessionHandlerInterface for PHP < 5.4.
The order in which these methods are invoked by PHP are: 1. open [session_start] 2. read 3. gc [optional depending on probability settings: gc_probability / gc_divisor] 4. destroy [optional when session_regenerate_id(true) is used] 5. write [session_write_close] or destroy [session_destroy] 6. close
Extensive documentation can be found at php.net, see links:
Direct known implementers
Symfony\Component\HttpFoundation\Session\Storage\Handler\MemcachedSessionHandler, Symfony\Component\HttpFoundation\Session\Storage\Handler\MemcacheSessionHandler, Symfony\Component\HttpFoundation\Session\Storage\Handler\MongoDbSessionHandler, Symfony\Component\HttpFoundation\Session\Storage\Handler\NullSessionHandler, Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler, Symfony\Component\HttpFoundation\Session\Storage\Handler\WriteCheckSessionHandler, Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy, Symfony\Component\HttpFoundation\Tests\Session\Storage\Proxy\ConcreteSessionHandlerInterfaceProxy
Author:
Drak drak@zikula.org
Author: Tobias Schultze http://tobion.de
See: http://php.net/sessionhandlerinterface
See: http://php.net/session.customhandler
See: http://php.net/session-set-save-handler
Located at Resources/stubs/SessionHandlerInterface.php
Author: Tobias Schultze http://tobion.de
See: http://php.net/sessionhandlerinterface
See: http://php.net/session.customhandler
See: http://php.net/session-set-save-handler
Located at Resources/stubs/SessionHandlerInterface.php
public
boolean
|
|
public
boolean
|
|
public
string
|
|
public
boolean
|
|
public
boolean
|
|
public
boolean
|