ZennoLab Assemblies Documentation
ClearCookie Method
See Also  Example Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Instance Class : ClearCookie Method

Glossary Item Box

Clears the cookies.

Syntax

C# 
public void ClearCookie()

Example

The following example uses the ClearCookie method.
C#Copy Code
// clear cookie
instance.ClearCookie();
PHPCopy Code
// clear cookie
$instance->ClearCookie();

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.