libcURL.CookieEngine.Invalidate - charonn0/RB-libcURL GitHub Wiki
libcURL.CookieEngine.Invalidate
Method Signature
Sub Invalidate()
Remarks
The CookieEngine class keeps a cached copy of libcURL's internal cookie list. This method marks the cached list as dirty. You must use this method whenever cookies are modified from outside the CookieEngine class, for example after a transfer has completed.