Symfony\Component\HttpFoundation\Session\Storage\Handler

Classes

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

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/HttpFoundation/Session/Storage/Handler.html