| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Instance Class : ClearCookie Method |
Type: System.String
The regular expressions for filtering by domain. If value is null or empty string, then method clears cookies for all domains. The default value is empty string.
public void ClearCookie( string domainFilter )
Type: System.String
The regular expressions for filtering by domain. If value is null or empty string, then method clears cookies for all domains. The default value is empty string.
// clear cookie
instance.ClearCookie();// clear cookie $instance->ClearCookie();
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.