Options
All
  • Public
  • Public/Protected
  • All
Menu

An implementation of the Session driver whose records are stored in a database table.

Hierarchy

Index

Constructors

constructor

Properties

Protected Optional data

Protected Optional key

key: string

Protected Readonly request

request: Request

Protected Optional session

session: SessionModel

Methods

forget

  • forget(key: string): void

get

  • get(key: string, fallback?: unknown): any

getData

getKey

  • getKey(): string

load

  • load(): Promise<void>

persist

  • persist(): Promise<void>

set

  • set(key: string, value: unknown): void

setData

setKey

  • setKey(key: string): void
Extollo Logo

extollo (v. latin) - to lift up, to elevate

Extollo is a free & libre application framework in TypeScript.