Interface SessionOptions

interface SessionOptions {
    maxAge?: number;
}

Hierarchy

  • SessionOptions

    Properties

    Properties

    maxAge?: number