Datasnap.DSSession.TDSSessionManager.RemoveSession

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RemoveSession(SessionId: string): TDSSession;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSSession.pas
Datasnap.DSSession.hpp
Datasnap.DSSession TDSSessionManager

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