SessionInterface::start()
  • References/PHP/Symfony/Component/HttpFoundation/Session

bool start() Starts the session storage.

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

registerBag(

2025-01-10 15:47:30
MockArraySessionStorage::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
PdoSessionHandler::destroy()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Handler

destroy($sessionId) {@inheritdoc} Parameters

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

bool start() Starts the session. Return

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
NativeSessionStorage::getMetadataBag()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

MetadataBag

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

class Session implements

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

string getId() Returns the session ID.

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