Skip to content
Snippets Groups Projects
Commit 74bb59fa authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

clarify the COOKIE option a bit

parent c97d112b
No related branches found
No related tags found
No related merge requests found
......@@ -856,6 +856,10 @@ option and thus you need to concatenate them all in one single string. Set
multiple cookies in one string like this: "name1=content1; name2=content2;"
etc.
Note that this option sets the cookie header explictly in the outgoing
request(s). If multiple requests are done due to authentication, followed
redirections or similar, they will all get this cookie passed on.
Using this option multiple times will only make the latest string override the
previous ones.
.IP CURLOPT_COOKIEFILE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment