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

setName(string $name) Sets name. Parameters

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

mixed remove(string $name) Removes an attribute.

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

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

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

class AttributeBag implements

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

class FlashBag implements

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

read($sessionId) {@inheritdoc} Parameters

2025-01-10 15:47:30