class FileSessionHandler implements SessionHandlerInterface (View source)
| void | __construct( Filesystem $files, string $path) Create a new file driven handler instance. | |
| open($savePath, $sessionName) | ||
| close() | ||
| read($sessionId) | ||
| write($sessionId, $data) | ||
| destroy($sessionId) | ||
| gc($lifetime) |
Create a new file driven handler instance.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.2/Illuminate/Session/FileSessionHandler.html