CURLOPT_COOKIEFILE.md: clarify when the cookies are loaded

Closes #18924
This commit is contained in:
Daniel Stenberg 2025-10-08 07:58:16 +02:00
parent 008078fc38
commit e4645c86b5
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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