mirror of
https://github.com/curl/curl.git
synced 2026-04-15 07:51:42 +03:00
CURLOPT_COOKIEFILE.md: clarify when the cookies are loaded
Closes #18924
This commit is contained in:
parent
008078fc38
commit
e4645c86b5
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue