-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.CookieJar
Andrew Lambert edited this page Nov 26, 2022
·
10 revisions
libcURL.EasyHandle.CookieJar (Deprecated)
Dim CookieJar As FolderItem
This property has been deprecated in favor of EasyHandle.CookieEngine.
Gets and sets the local file to be used as cookie storage. If the file already exists then libcURL will read the cookies within and use them in subsequent transfers. New or altered cookies will be written back to the file only after the EasyHandle is destroyed; if the file does not exist it will be created.
If this property is set to Nil
(default) then libcURL will not use cookies.
- EasyHandle.ClearSessionCookies
- CURLOPT_COOKIEJAR in the libcURL documentation.
- CURLOPT_COOKIEFILE 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.