The session storage.
all() : array
array
clear() : static
static
get(string $name) : mixed
string
The attribute name.
mixed
has(string $name) : bool
string
The attribute name.
bool
remove(string $name) : static
string
The attribute name.
static
replace(array $attributes) : static
array
Array of attributes.
static
set(string $name, mixed $value) : static
string
The attribute name.
mixed
The attribute value.
static