| 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. |
| MemcacheSessionHandler | |
| MongoDbSessionHandler | Session handler using the mongodb/mongodb package and MongoDB driver extension. |
| NativeFileSessionHandler | Native session handler using PHP's built in file storage. |
| NativeSessionHandler | |
| 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. |
| StrictSessionHandler | Adds basic `SessionUpdateTimestampHandlerInterface` behaviors to another `SessionHandlerInterface`. |
| WriteCheckSessionHandler | Wraps another SessionHandlerInterface to only write the session when it has been modified. |