mirror of
https://github.com/curl/curl.git
synced 2026-07-16 13:17:15 +03:00
HTTP-COOKIES: add missing CURLOPT_COOKIESESSION
Commit 980a47b42 added support for ignoring session cookies, but it
was never added to the documentation.
Closes: #8795
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
parent
7fc0123129
commit
8e8413ab0b
1 changed files with 5 additions and 0 deletions
|
|
@ -115,6 +115,11 @@
|
|||
details set, or pass in a line from a Netscape cookie file. This option can
|
||||
also be used to flush the cookies etc.
|
||||
|
||||
`CURLOPT_COOKIESESSION`
|
||||
|
||||
Tell libcurl to ignore all cookies it is about to load that are session
|
||||
cookies.
|
||||
|
||||
`CURLINFO_COOKIELIST`
|
||||
|
||||
Extract cookie information from the internal cookie storage as a linked
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue