SessionHandlerInterface getHandler() Get the underlying session handler implementation. Return Value SessionHandlerInterface
getBag($name) {@inheritdoc} Parameters $name
void forget(string|array $keys) Remove one or many items from the session. Parameters string|array $keys Return Value void
mixed get(string|array $key) Retrieve an item from the cache by key. Parameters string|array $key Return Value mixed
array getBagData(string $name) Get the raw bag data array for a given bag. Parameters string $name Return Value array
get($name, $default = null) {@inheritdoc} Parameters $name $default
void flashInput(array $value) Flash an input array to the session. Parameters array $value Return Value void
void flush() Remove all of the items from the session. Return Value void
bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool
void forever(string $key, mixed $value) Store an item in the cache indefinitely. Parameters string $key mixed $value Return Value void
Page 111 of 996