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