EncryptedStore
class EncryptedStore extends Store (View source)
Methods
void __construct(string $name, SessionHandlerInterface $handler, Encrypter $encrypter, string|null $id = null) Create a new session instance. start() {@inheritdoc} from Store getId() {@inheritdoc} from Store setId($id) {@inheritdoc} from Store bool isValidId(string $id) Determine if this is a valid session ID. from Store getName() {@inheritdoc} from Store setName($name) {@inheritdoc} from Store invali