class SessionManager extends SessionManager
Methods
Details
at
line 27
SessionHandlerInterface
handler()
Returns the configured session handler.
Picks up the driver from `config.php` using the `session.driver` item. Falls back to the default driver if the configured one is not available, and logs a critical error in that case.