
nsICookieManager
This interface is used to access or remove cookies in the cookie list. It is scriptable.
Removes all cookies from the cookie list.
Syntax:
void nsICookieManager::removeAll()Parameters:
nsresult:
Removes an individual cookie from the cookie list.
Syntax:
void nsICookieManager::remove(in AUTF8String aDomain, in ACString aName, in AUTF8String aPath, in boolean aBlocked)Parameters:
nsresult:
Gets an enumerator that enumerates through each cookie in the cookie list. The objects enumerated over are of type
nsICookie.
| Written by:Ellen Evans | Comments, questions, complaints?
Bug 143387 |