SessionStorageInterface::isStarted()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

bool isStarted() Checks if the session is started.

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

class MockFileSessionStorage extends

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

MetadataBag

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

class MemcachedSessionHandler implements SessionHandlerInterface

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

setSessionData(array $array) Sets the session data.

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

string getId() Returns the session ID.

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

gc($maxlifetime) {@inheritdoc} Parameters

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

interface SessionStorageInterface StorageInterface. Methods

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

bool isActive() Has a session started?

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

read($sessionId) {@inheritdoc} Parameters

2025-01-10 15:47:30