Interface SessionStoreOptions

interface SessionStoreOptions {
    maxLockTime?: number;
}

Properties

Properties

maxLockTime?: number