MockArraySessionStorage::setName()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

setName(string $name) Sets the session name.

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

gc($maxlifetime) {@inheritdoc} Parameters

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

bool migrate(bool $destroy = false, int $lifetime = null) Migrates the current session to a new

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

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

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

close() {@inheritdoc}

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

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

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

open($savePath, $sessionName) {@inheritdoc}

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

mixed clear() Clears out data from bag.

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

bool start() Starts the session. Return

2025-01-10 15:47:30