Session

Session class.

author

Arno Dudek

Methods

start

start() : void
static

set

set(string $key, mixed $value) : void
static

Arguments

$key

string

$value

mixed

get

get(string $key) : mixed
static

Arguments

$key

string

Response

mixed