Hi folks, I am writing a yet another web browser. It uses multiple connection to download URLs simultaneously. (Not very original) How do I avoid each connection having to go through the full blown negotiation with the web server? Will SSL_copy_session_id do the job? What are the limitations on its use? For intance what happens if I call SSL_copy_session_id(a,b) before b has finnished connecting? Has anybody documented this function? Can I achieve the same result by setting SSL_SESS_CACHE_CLIENT? If so, then how? Thanks for any pointers and hints, Amnon ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]