Class VirtualSessionStorage
This provides a base class for session attribute storage.
- Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage implements Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface
-
Ratchet\Session\Storage\VirtualSessionStorage
Namespace: Ratchet\Session\Storage
Author: Drak <drak@zikula.org>
Located at Ratchet/Session/Storage/VirtualSessionStorage.php
Author: Drak <drak@zikula.org>
Located at Ratchet/Session/Storage/VirtualSessionStorage.php
public
|
#
__construct(
|
public
boolean
|
|
public
boolean
|
#
regenerate( boolean $destroy = false, integer $lifetime = null )
Regenerates id that represents this storage. |
public
|
|
public
|
#
setSaveHandler( AbstractProxy|NativeSessionHandler|
Registers session save handler as a PHP session handler. |
protected
|
$_serializer | |
$bags,
$closed,
$metadataBag,
$saveHandler,
$started
|