class NativeFileSessionHandler extends SessionHandler
Native session handler using PHP's built in file storage.
__construct(string $savePath = null) |
string | $savePath | Path of directory to save session files Default null will leave setting as defined by PHP. '/path', 'N;/path', or 'N;octal-mode;/path |
InvalidArgumentException | On invalid $savePath |
RuntimeException | When failing to create the save directory |
http://php.net/session.configuration.php#ini.session.save-path | for further details. |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.html