AutoExpireFlashBag::setName()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Flash

setName($name) Parameters $name

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

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

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

setName(string $name) Sets the session name.

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

mixed remove(string $name) Removes an attribute.

2025-01-10 15:47:30
NativeSessionStorage::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::getIterator()
  • References/PHP/Symfony/Component/HttpFoundation/Session

ArrayIterator getIterator()

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

setSaveHandler(

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

clear() Clear all session data in memory.

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

array keys() Returns a list of all defined types.

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

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

2025-01-10 15:47:30