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

save() Force the session to be saved and closed. This method is generally not required for

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

bool regenerate(bool $destroy = false, int $lifetime = null) Regenerates id that represents this

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

int count() Returns the number of attributes.

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

destroy($sessionId) {@inheritdoc} Parameters

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

array all() Gets and clears flashes from the stack.

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

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

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

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

2025-01-10 15:47:30