diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-07-02 07:02:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-07-02 07:02:47 +0000 |
commit | 8469918306774725c0d432dd35ed5700eee11253 (patch) | |
tree | 0901a5a31f2f5044008e5ba5a73a95db64f009cf | |
parent | 9646a8b346b989397c1bc750aebbe52507c89c45 (diff) |
Added an item about the cookie jar stuff, contains a link to the dev file
about this subject
-rw-r--r-- | docs/TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |