Datasnap.DSSession.TDSSessionManager.RemoveSession

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function RemoveSession(SessionId: string): TDSSession;

C++

TDSSession* __fastcall RemoveSession(System::UnicodeString SessionId);

Description

Removes the session from the session container.

Call the RemoveSession method to remove the session specified by the sessionID parameter from the session container.

See Also