NullSessionHandler::write()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Handler

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

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

save() Force the session to be saved and closed. This method must invoke sessionwriteclose()

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

ArrayIterator getIterator()

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

int getLastUsed() Gets the last used metadata.

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

setName(string $name) Sets name. Parameters

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

setSaveHandler(

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

array all() Returns attributes. Return

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

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

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

bool isSessionExpired() Returns true when the current session exists but expired according to

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

bool has(string $name) Checks if an attribute is defined.

2025-01-10 15:47:30