Added an item about the cookie jar stuff, contains a link to the dev file
authorDaniel Stenberg <daniel@haxx.se>
Mon, 2 Jul 2001 07:02:47 +0000 (07:02 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 2 Jul 2001 07:02:47 +0000 (07:02 +0000)
about this subject

docs/TODO

index d88f006511e4a44a0d6ff88802bc352342e06d19..c262127fc0ad1d995a0984e39da116718a39a6b2 100644 (file)
--- 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