FileHandler.php
system/Session/Handlers/FileHandler.php
1 class
8 methods
class FileHandler
Session handler using file system for storage
__construct
(SessionConfig $config, string $ipAddress)
open
($path, $name)
read
($id)
write
($id, $data)
close
()
destroy
($id)
gc
($max_lifetime)
configureSessionIDRegex
()