ZennoLab Assemblies Documentation
SaveCookie Method
Example 

Type: System.String

The path to cookie.

Saves cookie.
Syntax
public void SaveCookie( 
   string path
)

Parameters

path

Type: System.String

The path to cookie.

Example
The following example uses the SaveCookie method.
// save cookie
instance.SaveCookie("path");
// 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

Reference

Instance Class
Instance Members
ClearCookie Method
LoadCookie Method

Send Feedback