-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.CookieEngine.NewSession
Andrew Lambert edited this page Nov 26, 2022
·
8 revisions
libcURL.CookieEngine.NewSession
Function NewSession() As Boolean
Returns True
if the operation succeeded.
Deletes all in-memory session cookies and prevents libcURL from loading session cookies from a file. A "session cookie" is any cookie without an explicit expiration date
- CURLOPT_COOKIESESSION in the libcURL documentation.
- CURLOPT_COOKIELIST 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.