Interface SessionStorageInterface
StorageInterface.
Direct known implementers
Symfony\Component\HttpFoundation\Session\Storage\MockArraySessionStorage, Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageIndirect known implementers
Symfony\Component\HttpFoundation\Session\Storage\MockFileSessionStorage, Symfony\Component\HttpFoundation\Session\Storage\PhpBridgeSessionStorage
Namespace: Symfony\Component\HttpFoundation\Session\Storage
Author: Fabien Potencier fabien@symfony.com
Author: Drak drak@zikula.org
Api
Located at Session/Storage/SessionStorageInterface.php
Author: Fabien Potencier fabien@symfony.com
Author: Drak drak@zikula.org
Api
Located at Session/Storage/SessionStorageInterface.php
public
boolean
|
|
public
boolean
|
|
public
string
|
|
public
|
|
public
mixed
|
|
public
|
|
public
boolean
|
#
regenerate( boolean $destroy = false, integer $lifetime = null )
Regenerates id that represents this storage. |
public
|
|
public
|
|
public
|
|
public
|
#
registerBag(
Registers a SessionBagInterface for use. |
public
|