Datasnap.DSSession.TDSSessionLifetime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDSSessionLifetime = (TimeOut, Request);

C++

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

Properties

Type Visibility Source Unit Parent
enum public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession Datasnap.DSSession

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