cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Multiple curls one cookie file.

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 10 Apr 2014 15:00:44 +0200 (CEST)

On Thu, 10 Apr 2014, frank ernest wrote:

>> Use the file for what? Reading from the same file works fine.
>
> I mean when I pass several instances of curl this:
>
> --cookie-jar cookiefile.txt

Each curl command will flush all its cookies to that file at the end of its
run, so thus it is likely that you'll either get a mess or that the last one
to complete will have its version stored there...

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2014-04-10