PhpBridgeSessionStorage::start()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

bool start() Starts the session. Return

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

mixed getName() Returns the session name.

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

class PdoSessionHandler implements SessionHandlerInterface

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

close() {@inheritdoc}

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