$namespace
$namespace : string
Session namespace
Session namespace class
setNamespace(string $namespace) : \Pop\Session\SessionNamespace
Set current namespace
string | $namespace |
setTimedValue(string $key, mixed $value, integer $expire = 300) : \Pop\Session\SessionNamespace
Set a time-based value
string | $key | |
mixed | $value | |
integer | $expire |
setRequestValue(string $key, mixed $value, integer $hops = 1) : \Pop\Session\SessionNamespace
Set a request-based value
string | $key | |
mixed | $value | |
integer | $hops |