Documentation
    Preparing search index...

    Interface FastifySessionOptions

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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