Icon RemoveServerSession Method

function RemoveServerSession(SessionID: Integer): Boolean;

Usage

Call the RemoveServerSession method to completely remove a specific session on the ElevateDB Server. Removing a session not only terminates its connection (if connected), but it also removes the session completely and releases any resources for the session including the thread used for the connection and the connection itself at the operating system level. Use the SessionID parameter to specify the session ID to remove. You can log the session ID for a particular session by defining an event handler for the OnServerSessionEvent event and passing the session ID to this method.

Information This method is only valid when the engine is running as an ElevateDB Server and the EngineType is set to etServer.
Image