NativeSessionStorage::setOptions()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

setOptions(array $options) Sets session.* ini variables. For convenience we omit 'session

2025-01-10 15:47:30
NativeSessionStorage
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

class NativeSessionStorage implements

2025-01-10 15:47:30
Session::all()
  • References/PHP/Symfony/Component/HttpFoundation/Session

array all() Returns attributes. Return

2025-01-10 15:47:30
MemcachedSessionHandler::destroy()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Handler

destroy($sessionId) {@inheritdoc} Parameters

2025-01-10 15:47:30
MetadataBag
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

class MetadataBag implements

2025-01-10 15:47:30
MemcacheSessionHandler::write()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Handler

write($sessionId, $data) {@inheritdoc} Parameters

2025-01-10 15:47:30
AttributeBag::count()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Attribute

int count() Returns the number of attributes.

2025-01-10 15:47:30
NativeSessionStorage::setMetadataBag()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

setMetadataBag(

2025-01-10 15:47:30
Session::start()
  • References/PHP/Symfony/Component/HttpFoundation/Session

bool start() Starts the session storage.

2025-01-10 15:47:30
SessionStorageInterface::isStarted()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

bool isStarted() Checks if the session is started.

2025-01-10 15:47:30