NullSessionHandler
class NullSessionHandler implements SessionHandlerInterface
Methods
bool
open(string $savePath, string $sessionName)
No description
bool
close()
No description
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 11
bool
open(string $savePath, string $sessionName)
No description
at line 16
bool
close()
No description
at line 21
string
read(string $sessionId)
No description
at line 26
bool
write(string $sessionId, string $data)
No description
at line 31
bool
destroy(string $sessionId)
No description
at line 36
int
gc(int $lifetime)
No description