Datasnap.DSClientRest.TDSCustomRestConnection.SessionExpired

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SessionExpired; virtual;

C++

virtual void __fastcall SessionExpired();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSCustomRestConnection

Description

Clears the current session ID.

Call the SessionExpired method to clear the current session ID, which means that the current REST connection session is expired.

See Also