aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-05-24 22:46:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-05-24 22:46:38 +0000
commit606562aa7ea28ee0fdd5bf2cd6febada9594ad19 (patch)
tree751a53ebc9700f6bde77d0cbce1b6f23499c5940 /docs
parentf689d06ca91b772c56440101e578dca21fab4daa (diff)
downloadgnurl-606562aa7ea28ee0fdd5bf2cd6febada9594ad19.tar.gz
gnurl-606562aa7ea28ee0fdd5bf2cd6febada9594ad19.tar.bz2
gnurl-606562aa7ea28ee0fdd5bf2cd6febada9594ad19.zip
Michael Wallner provided a patch that allows "SESS" to be set with
CURLOPT_COOKIELIST, which then makes all session cookies get cleared. (slightly edited by me, and the re-indent in cookie.c was also done by me)
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/curl_easy_setopt.32
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3
index 69fa8b3cf..5e5afddc6 100644
--- a/docs/libcurl/curl_easy_setopt.3
+++ b/docs/libcurl/curl_easy_setopt.3
@@ -762,6 +762,8 @@ Pass a char * to a cookie string. Cookie can be either in Netscape / Mozilla
format or just regular HTTP-style header (Set-Cookie: ...) format. If cURL
cookie engine was not enabled it will enable its cookie engine. Passing a
magic string \&"ALL" will erase all cookies known by cURL. (Added in 7.14.1)
+Passing the special string \&"SESS" will only erase all session cookies known
+by cURL. (Added in 7.15.4)
.IP CURLOPT_HTTPGET
Pass a long. If the long is non-zero, this forces the HTTP request to get back
to GET. usable if a POST, HEAD, PUT or a custom request have been used