EncryptedStore class EncryptedStore extends Store
void flash(string $key, mixed $value) Flash a key / value pair to the session
void regenerateToken() Regenerate the CSRF token value.
migrate($destroy = false, $lifetime = null) {@inheritdoc}
registerBag(SessionBagInterface $bag) {@inheritdoc}
void setExists(bool $value) Set the existence of the session on the handler
get($name, $default = null) {@inheritdoc} Parameters
void ageFlashData() Age the flash data for the session.
set($name, $value) {@inheritdoc} Parameters
void put(string|array $key, mixed $value = null) Put a key / value pair
Page 13 of 18