Session::invalidate()
  • References/PHP/Symfony/Component/HttpFoundation/Session

bool invalidate(int $lifetime = null) Invalidates the current session. Clears all session

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

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

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

mixed getName() Returns the session name.

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

initialize(array $attributes) Initializes the Bag.

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

bool isStarted() Checks if the session was started.

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

string getSaveHandlerName() Gets the session.save_handler name.

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

close() {@inheritdoc}

2025-01-10 15:47:30