Internet Direct (Indy) Version 9.0.2 Beta
TIdHTTPSession.Unlock
Enables access to the session from another thread.

procedure Unlock;
Description
Unlock is a procedure used to re-enabled access to the HTTP session after a call to Lock. Unlock exits the TCriticalSection used to prevent multi-threaded access to the object instance properties and methods.