kill()
kill() : void
Destroy the session
Abstract session class
setTimedValue(string $key, mixed $value, integer $expire = 300) : \Pop\Session\AbstractSession
Set a time-based value
string | $key | |
mixed | $value | |
integer | $expire |
setRequestValue(string $key, mixed $value, integer $hops = 1) : \Pop\Session\AbstractSession
Set a request-based value
string | $key | |
mixed | $value | |
integer | $hops |