]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_COOKIEFILE.md: clarify when the cookies are loaded
authorDaniel Stenberg <daniel@haxx.se>
Wed, 8 Oct 2025 05:58:16 +0000 (07:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 8 Oct 2025 21:19:34 +0000 (23:19 +0200)
Closes #18924

docs/libcurl/opts/CURLOPT_COOKIEFILE.md

index 676d7285526018dc6d3b828349d5af5a87b60fb3..a4baf8febf46ecb4483294bbf9bf5f9d95074993 100644 (file)
@@ -55,6 +55,9 @@ If you use this option multiple times, you add more files to read cookies
 from. Setting this option to NULL disables the cookie engine and clears the
 list of files to read cookies from.
 
+The cookies are loaded from the specified file(s) when the transfer starts,
+not when this option is set.
+
 # SECURITY CONCERNS
 
 This document previously mentioned how specifying a non-existing file can also