Symfony\Component\HttpFoundation\Session\Storage\Handler
Classes
This abstract session handler provides a generic implementation
of the PHP 7.0 SessionUpdateTimestampHandlerInterface,
enabling strict and lazy session handling.
Memcached based session storage handler based on the Memcached class
provided by the PHP memcached extension.
Migrating session handler for migrating from one handler to another. It reads
from the current handler and writes both the current and new ones.
Session handler using the mongodb/mongodb package and MongoDB driver extension.
Native session handler using PHP's built in file storage.
Can be used in unit testing or in a situations where persisted sessions are not desired.
Session handler using a PDO connection to read and write data.
Redis based session storage handler based on the Redis class
provided by the PHP redis extension.
Adds basic
SessionUpdateTimestampHandlerInterface
behaviors to another SessionHandlerInterface
.