FilesystemDriver
class FilesystemDriver implements SessionHandlerInterface (View source)
Traits
Methods
__construct(string $save_path)
Filesystem constructor
bool
close()
Close the session handling
bool
destroy(string $session_id)
Destroy session information
bool
gc(int $maxlifetime)
Garbage collector
bool
open(string $save_path, string $name)
When the session start
string
read(string $session_id)
Read the session information
bool
write(string $session_id, string $session_data)
Write session information
Details
__construct(string $save_path)
Filesystem constructor
bool
close()
Close the session handling
bool
destroy(string $session_id)
Destroy session information
bool
gc(int $maxlifetime)
Garbage collector
bool
open(string $save_path, string $name)
When the session start
string
read(string $session_id)
Read the session information
bool
write(string $session_id, string $session_data)
Write session information