Backend
Table of Contents
Namespaces
- Exception
Interfaces
- HashableSessionBackendInterface
- SessionBackendInterface
- Interface SessionBackendInterface
Classes
- DatabaseSessionBackend
- This session backend requires the 'table' configuration option. If the backend is used to holds non-authenticated
sessions (default in frontend application), the 'ses_userid' configuration option must be set to `0`.
- RedisSessionBackend
- This session backend takes these optional configuration options: 'hostname' (default '127.0.0.1'),
'database' (default 0), 'port' (default 3679) and 'password' (no default value).