The session storage.
all() : array
arrayclear() : static
staticget(string $name) : mixed
stringThe attribute name.
mixedhas(string $name) : bool
stringThe attribute name.
boolremove(string $name) : static
stringThe attribute name.
staticreplace(array $attributes) : static
arrayArray of attributes.
staticset(string $name, mixed $value) : static
stringThe attribute name.
mixedThe attribute value.
static