$instance
$instance : object
Instance of the session
Session class
setTimedValue(string $key, mixed $value, integer $expire = 300) : \Pop\Session\Session
Set a time-based value
string | $key | |
mixed | $value | |
integer | $expire |
setRequestValue(string $key, mixed $value, integer $hops = 1) : \Pop\Session\Session
Set a request-based value
string | $key | |
mixed | $value | |
integer | $hops |
getInstance() : \Pop\Session\Session
Determine whether or not an instance of the session object exists already, and instantiate the object if it does not exist.