class SessionManager extends SessionManager

Methods

handler()

<p>Returns the configured session handler.</p>

Details

SessionHandlerInterface handler()

<p>Returns the configured session handler.</p>

<p>Picks up the driver from <code>config.php</code> using the <code>session.driver</code> item. Falls back to the default driver if the configured one is not available, and logs a critical error in that case.</p>