cURL / Mailing Lists / curl-library / Single Mail

curl-library

Which cookies does curl_easy_getinfo() with param CURLINFO_COOKIELIST return ?

From: Stefan Krause <stefan.krause_at_gmx.net>
Date: Mon, 10 Mar 2008 21:18:48 +0100

Hello friends of libCurl,

I'm using libCurl via the multi interface and have one multi handle with
two easy handles contained in it.
Which set of cookies is returned when calling curl_easy_getinfo() with
param CURLINFO_COOKIELIST ?
Only the cookies specific to the particular easy handle oder ALL cookies
curl knows about?
I suppose that cookies are handled separately for each easy handle and
that each easy handle only stores the cookies
which are received by HTTP operations done on that handle. Is that correct?

Regards,
   Stefan
Received on 2008-03-10