[ Please send any questions like this to [EMAIL PROTECTED] ] On Thu, Dec 06, 2001 at 11:31:21AM +0000, Isabella Pighi wrote: > > So I've got a question for you. > Does Flood reuse SSL session id's for ongoing connection requestes to the > same server? Or does Flood leave it empty for all new requests thus forcing > regeneration and exchange of session keys and other related data?
Flood uses a new SSL session ID for each new TCP connection. However, Flood will try to use HTTP keepalive for each URL in the same profile (assuming you use the keepalive socket type). So, it only has to create a new session ID for each profile run (not each URL run). -- justin