cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker mailing list Archives

[ curl-Feature Requests-2943585 ] Symmetric way of getting and setting cookies

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Mon, 01 Feb 2010 08:55:25 +0000

Feature Requests item #2943585, was opened at 2010-02-01 09:55
Message generated for change (Tracker Item Submitted) made by erl
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350976&aid=2943585&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: libcurl
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Erland Lewin (erl)
Assigned to: Daniel Stenberg (bagder)
Summary: Symmetric way of getting and setting cookies

Initial Comment:
curl_getinfo( ..., CURLINFO_COOKIELIST, ...) returns the cookie list as a "struct curl_list *", and curl_easy_setopt( ..., CURLOPT_COOKIELIST, ... ) takes the cookie list as a string. It would be nice if there was a set functions that took cookies in the same format as delivered by a 'get' function, removing the need for extra processing by the application.

My application needs to free the curl easy handle between transactions, because it uses too much memory for many concurrent transactions. Therefore I need to save and restore the cookies.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=350976&aid=2943585&group_id=976
Received on 2010-02-01

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET