MemcacheSessionHandler::close()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Handler

close() {@inheritdoc}

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

class NullSessionHandler implements SessionHandlerInterface

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

class WriteCheckSessionHandler implements SessionHandlerInterface

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

Classes

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

bool start() Starts the session. Return

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

setName(string $name) Sets the session name.

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

gc($maxlifetime) {@inheritdoc} Parameters

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

MetadataBag

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

string getName() Gets this bag's name.

2025-01-10 15:47:30