SessionHandlerInterface getHandler() Get the underlying session handler implementation. Return Value SessionHandlerInterface
array getBagData(string $name) Get the raw bag data array for a given bag. Parameters string $name Return Value array
getBag($name) {@inheritdoc} Parameters $name
get($name, $default = null) {@inheritdoc} Parameters $name $default
mixed get(string|array $key) Retrieve an item from the cache by key. Parameters string|array $key Return Value mixed
void forget(string|array $keys) Remove one or many items from the session. Parameters string|array $keys 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
void flush() Remove all of the items from the session. Return Value void
void flush() Remove all items from the cache. Return Value void
Page 111 of 996