CacheBasedSessionHandler
class CacheBasedSessionHandler 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
getCache()
Get the underlying cache repository.
Details
at line 18
__construct(Repository $cache, int $minutes)
Create a new cache driven handler instance.
at line 24
bool
open(string $savePath, string $sessionName)
No description
at line 29
bool
close()
No description
at line 34
string
read(string $sessionId)
No description
at line 39
bool
write(string $sessionId, string $data)
No description
at line 44
bool
destroy(string $sessionId)
No description
at line 49
int
gc(int $lifetime)
No description
at line 57
Repository
getCache()
Get the underlying cache repository.