mirror of
https://github.com/curl/curl.git
synced 2026-04-13 00:31:41 +08:00
CURLOPT_COOKIEFILE.md: clarify when the cookies are loaded
Closes #18924
This commit is contained in:
parent
008078fc38
commit
e4645c86b5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user