Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTPCustomSessionList.Clear
Specifies the mechanism used to free HTTP sessions in the session list.

procedure Clear; virtual; abstract;
Description
Clear is an abstract virtual procedure that specifies the mechanism used to remove all TIdHTTPSession objects in the session list. Note: All methods in TIdHTTPCustomSessionList are declared as virtual abstract procedures and functions, and must be overridden in a descendant class to provide the session management capabilities required.