Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTPCustomSessionList.Add
Specifies the mechanism used to add an HTTP session to the session list.

procedure Add(ASession: TIdHTTPSession); virtual; abstract;
Parameters
ASession: TIdHTTPSession
HTTP session to add to the session list.

Description
Add specifies the method used to add the HTTP session represented in ASession to 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.