cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Question regarding using the ssl sessionid usage

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 2 Apr 2009 08:49:55 +0200 (CEST)

On Wed, 1 Apr 2009, Ray Pekowski wrote:

> OK, I can't claim to know all the details of the code, but here is what I
> think you are missing. The curl command line tool allows you to specify
> multiple URLs on the same command line. The only way you could hope to
> share SSL sessions is via that mechanism. SSL sessions will not be shared
> across separate command line invocations. I think the issue about closing
> the connection is an implementation detail that has to do with multiple URLs
> on the same command line. Maybe Daniel can clarify.

Ray's explanation above is exactly the case.

The tool cannot keep anything cached or alive between separate invokes.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2009-04-02