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: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

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

Send Feedback