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

ArrayIterator getIterator()

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

string getName() Gets the session name.

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

int getLifetime() Gets the lifetime that the session cookie was set with.

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

Classes

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

mixed getName() Returns the session name.

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

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

2025-01-10 15:47:30