SessionData
class SessionData (View source)
The SessionData class handles setting and getting items of $_SESSION['data'].
Methods
static
set(string $key, string $value)
Set a key/value pair in the session data array.
static mixed
get(string $key = false)
Get the session data array or just one value in case $key is defined.