You are here

private property WriteCheckSessionHandler::$readSessions in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/Session/Storage/Handler/WriteCheckSessionHandler.php \Symfony\Component\HttpFoundation\Session\Storage\Handler\WriteCheckSessionHandler::readSessions

Type: array sessionId => session

File

vendor/symfony/http-foundation/Session/Storage/Handler/WriteCheckSessionHandler.php, line 29

Class

WriteCheckSessionHandler
Wraps another SessionHandlerInterface to only write the session when it has been modified.

Namespace

Symfony\Component\HttpFoundation\Session\Storage\Handler

Code

private $readSessions;