From: Daniel Stenberg Date: Mon, 2 Jul 2001 07:02:47 +0000 (+0000) Subject: Added an item about the cookie jar stuff, contains a link to the dev file X-Git-Tag: upstream/7.37.1~16579 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8469918306774725c0d432dd35ed5700eee11253;p=platform%2Fupstream%2Fcurl.git Added an item about the cookie jar stuff, contains a link to the dev file about this subject --- diff --git a/docs/TODO b/docs/TODO index d88f00651..c262127fc 100644 --- a/docs/TODO +++ b/docs/TODO @@ -12,6 +12,11 @@ TODO To do in a future release (random order): + * Make curl deal with cookies better. libcurl should be able to maintain a + "cookie jar". Updating it with cookies that is received, and using it to + pass cookies to the servers that have matching cookies in the jar. + http://curl.haxx.se/dev/cookie-jar.txt + * Make SSL session ids get used if multiple HTTPS documents from the same host is requested. http://curl.haxx.se/dev/SSL_session_id.txt