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

Type: System.String

The path to cookie.

Glossary Item Box

Saves cookie.

Syntax

C# 
public void SaveCookie( 
   string path
)

Parameters

path

Type: System.String

The path to cookie.

Example

The following example uses the SaveCookie method.
C#Copy Code
// save cookie
instance.SaveCookie("path");
PHPCopy Code
// save cookie
$instance->SaveCookie("path");

Requirements

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

See Also

© 2013 All Rights Reserved.