DeletePersistentCookie method (IHTTPAnalyzer)

Top  Previous  Next

Syntax
iDeletedCookieCount=object .DeletePersistentCookie(URL As String)

Arguments
URL
A String value. The local browser persistent cookies files matched with the URL should be deleted.

Return Type
A Long value. Returns the number of deleted persistent cookie files.

Description
The DeletePersistentCookie method is used to clear all persistent cookies for a specific URL in the local browser cookies.

Remark
The DeletePersistentCookie method is only available in WinInet-based applications or firefox browser.