class DatabaseSessionHandler implements SessionHandlerInterface, ExistenceAwareInterface (View source)
| void | __construct( ConnectionInterface $connection, string $table, Container $container = null) Create a new database session handler instance. | |
| open($savePath, $sessionName) | ||
| close() | ||
| read($sessionId) | ||
| write($sessionId, $data) | ||
| destroy($sessionId) | ||
| gc($lifetime) | ||
| SessionHandlerInterface | setExists( bool $value) Set the existence state for the session. |
Create a new database session handler instance.
Set the existence state for the session.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.2/Illuminate/Session/DatabaseSessionHandler.html