FileSessionHandler
class FileSessionHandler implements SessionHandlerInterface
Methods
__construct(Filesystem $files, string $path, int $minutes)
Create a new file driven handler instance.
bool
open(string $savePath, string $sessionName)
No description
bool
close()
No description
false|string
read(string $sessionId)
No description
bool
write(string $sessionId, string $data)
No description
bool
destroy(string $sessionId)
No description
int
gc(int $lifetime)
No description
Details
at line 22
__construct(Filesystem $files, string $path, int $minutes)
Create a new file driven handler instance.
at line 29
bool
open(string $savePath, string $sessionName)
No description
at line 34
bool
close()
No description
at line 39
false|string
read(string $sessionId)
No description
at line 54
bool
write(string $sessionId, string $data)
No description
at line 59
bool
destroy(string $sessionId)
No description
at line 66
int
gc(int $lifetime)
No description