Datasnap.DSClientRest.TDSCustomRestConnection.SessionExpired

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSCustomRestConnection

Delphi

procedure SessionExpired; virtual;

C++

virtual void __fastcall SessionExpired();

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