Skip to content

libcURL.EasyHandle.CookieJar

Andrew Lambert edited this page Nov 26, 2022 · 10 revisions

Property Declaration

 Dim CookieJar As FolderItem

Remarks

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.

See also

Clone this wiki locally