Class ServerSession

Reflects the existence of a session on the server. Can be reused by the session pool. WARNING: not meant to be instantiated directly. For internal use only.

Hierarchy

  • ServerSession

Properties

Methods

Properties

isDirty: boolean
lastUse: number
txnNumber: number

Methods

  • Determines if the server session has timed out.

    Parameters

    • sessionTimeoutMinutes: number

      The server's "logicalSessionTimeoutMinutes"

    Returns boolean

Generated using TypeDoc