Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Index

Properties

isDirty: boolean
lastUse: number
txnNumber: number

Methods

  • hasTimedOut(sessionTimeoutMinutes: number): boolean
  • Determines if the server session has timed out.

    Parameters

    • sessionTimeoutMinutes: number

      The server's "logicalSessionTimeoutMinutes"

    Returns boolean

Generated using TypeDoc