class SessionManager extends SessionManager

Methods

handler()

Returns the configured session handler.

Details

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.