-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.CookieEngine.WriteCookies
Andrew Lambert edited this page Nov 26, 2022
·
3 revisions
libcURL.CookieEngine.WriteCookies
Function WriteCookies(CookieFile As FolderItem) As Boolean
Name | Type | Comment |
---|---|---|
CookieFile | FolderItem | A file to save cookies into. Specify Nil to flush cookies to the most recently specified file. |
Returns true if the operation succeeded; if it returns false then check EasyHandle.LastError.
Tells libcurl to write all of the cookies it knows about into the specified file. If the file doesn't exist then it will be created. Cookies will be written automatically when the EasyHandle is destroyed; to immediately flush cookies to the most recently specified file pass Nil
.
- CookieEngine.Enabled
- CookieEngine.ReadCookies
- CURLOPT_COOKIEJAR in the libcURL documentation.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.