Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TSessionState

Enumeration of possible session states

Declaration

Source position: httpdefs.pp line 642

type TSessionState = (

  ssNew,

  

New session state

  ssExpired,

  

Expired session state

  ssActive,

  

Active session state

  ssResponseInitialized

  

Response initialized session state

);

Description

TSessionState defines the possible states of an HTTP session. This enumeration tracks the lifecycle of user sessions from creation to expiration.


Documentation generated on: Jan 16 2026