Hi. I'm using several curl handles and I want them to share the cookies they receive. I'm creating each handle using curl_easy_init(). The handles already start with the same saved cookies by using CURLOPT_COOKIEFILE but I also want them to share the cookies they receive in real time.
How can I do that? Thank You!
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
