Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTPDefaultSessionList.Clear
Removes HTTP sessions from the thread-safe session list.

procedure Clear; override;
Description
Clear is a procedure used to remove all TIdHTTPSession objects in the thread-safe session list. Clear will insure that the thread list is locked prior to triggering the OnSessionEnd event handler, clearing the session owner, and freeing all TIdHTTPSession instances in the list. Clear unlocks the thread list prior to exiting the method.