\Symfony\Component\HttpFoundation\Session\Storage\HandlerNativeFileSessionHandler

Native session handler using PHP's built in file storage.

Summary

Methods
Properties
Constants
__construct()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(string  $savePath = null) 

Parameters

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

Throws

\InvalidArgumentException

On invalid $savePath

\RuntimeException

When failing to create the save directory