MongoDbSessionHandler
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Handler

class MongoDbSessionHandler implements SessionHandlerInterface

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

close() {@inheritdoc}

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

bool isStarted() Checks if the session is started.

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

clear() Clear all session data in memory.

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

open($savePath, $sessionName) {@inheritdoc}

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

setName(string $name) Sets the session name.

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

class SessionHandlerProxy extends

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

open($savePath, $sessionName) {@inheritdoc}

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

class NativeFileSessionHandler extends

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

bool start() Starts the session. Return

2025-01-10 15:47:30