Add is an overridden procedure in TIdHTTPDefaultSessionList, and adds the persistent HTTP session specified in ASession to the thread-safe container. Add calls the TThreadList.Add method to store ASession in the thread list.
Use GetSession to retrieve a session added to the container using Add.
Use RemoveSession to delete a session from the container.