libcURL.CookieEngine.NewSession - charonn0/RB-libcURL GitHub Wiki
libcURL.CookieEngine.NewSession
Method Signature
Function NewSession() As Boolean
Return value
Returns True if the operation succeeded.
Remarks
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
See also
- CURLOPT_COOKIESESSION in the libcURL documentation.
- CURLOPT_COOKIELIST in the libcURL documentation.