ZennoLab Assemblies Documentation
ClearCookie Method
Example 
Clears the cookies.
Syntax
public void ClearCookie()
Example
The following example uses the ClearCookie method.
// clear cookie
instance.ClearCookie();
// clear cookie
$instance->ClearCookie();
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

Instance Class
Instance Members
ClearCache Method
ClearProxy Method
LoadCookie Method
SaveCookie Method

Send Feedback