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

SessionBagInterface

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

setId(string $id) Sets the session ID. Parameters

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

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

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
Session
  • References/PHP/Symfony/Component/HttpFoundation/Session

class Session implements

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
AttributeBag
  • References/PHP/Symfony/Component/HttpFoundation/Session/Attribute

class AttributeBag implements

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

add(string $type, string $message) Adds a flash message for type.

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

string getName() Gets this bag's name.

2025-01-10 15:47:30