Datasnap.DSSession.TDSSessionLifetime

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: enum
Visibility: public
Source:
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Unit: Datasnap.DSSession
Parent: Datasnap.DSSession

Delphi

TDSSessionLifetime = (TimeOut, Request);

C++

enum class DECLSPEC_DENUM TDSSessionLifetime : unsigned char { TimeOut, Request };

Description

Represents the current value of the lifetime of the HTTP session.

Use a variable of TDSSessionLifetime type to specify the current value of the lifetime of a session.

The possible values for a TDSSessionLifetime variable are:

  • TimeOut.
  • Request.

See Also