aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-08-19 21:38:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-08-19 21:38:44 +0000
commit747a05844d66e070dbee9a2ad93695480ab07237 (patch)
tree379848b7e02f4a25c046790a3879134c7de836a7
parentc7b7bf32f8ab6020047db8b4dbb33e58bae2b145 (diff)
Using CURLOPT_COOKIEFILE serveral times add more files to read from.
-rw-r--r--docs/libcurl/curl_easy_setopt.33
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index f4ba68346..0b2649e1e 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -640,6 +640,9 @@ dumped to a file.
Given an empty or non-existing file or by passing the empty string (""), this
option will enable cookies for this curl handle, making it understand and
parse received cookies and then use matching cookies in future request.
+
+If you use this option multiple times, you just add more files to read.
+Subsequent files will add more cookies.
.IP CURLOPT_COOKIEJAR
Pass a file name as char *, zero terminated. This will make libcurl write all
internally known cookies to the specified file when \fIcurl_easy_cleanup(3)\fP