class CookieSessionHandler implements SessionHandlerInterface (View source)
| void | __construct( QueueingFactory $cookie, int $minutes) Create a new cookie driven handler instance. | |
| open($savePath, $sessionName) | ||
| close() | ||
| read($sessionId) | ||
| write($sessionId, $data) | ||
| destroy($sessionId) | ||
| gc($lifetime) | ||
| void | setRequest( Request $request) Set the request instance. |
Create a new cookie driven handler instance.
Set the request instance.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.2/Illuminate/Session/CookieSessionHandler.html