remove($name) {@inheritdoc} Parameters $name
mixed remember(string $key, Closure $callback) Get an item from the session, or store the default value. Parameters string $key Closure $callback Return Value mixed
registerBag(SessionBagInterface $bag) {@inheritdoc} Parameters SessionBagInterface $bag
void regenerateToken() Regenerate the CSRF token value. Return Value void
bool regenerate(bool $destroy = false) Generate a new session identifier. Parameters bool $destroy Return Value bool
void reflash() Reflash all of the session flash data. Return Value void
void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void
void put(string|array $key, mixed $value = null) Put a key / value pair or array of key / value pairs in the session. Parameters string|array $key mixed $value Return Value void
void put(string $key, mixed $value, float|int $minutes) Store an item in the cache for a given number of minutes. Parameters string $key mixed $value float|int $minutes Return Value void
void push(string $key, mixed $value) Push a value onto a session array. Parameters string $key mixed $value Return Value void
Page 108 of 996