interface FastifySessionOptions {
    maxAge?: number;
    name?: string;
    store?: SessionStore;
}

Hierarchy (view full)

Properties

Properties

maxAge?: number
name?: string
store?: SessionStore