Click or drag to resize
CookieHelperSetValue Method (String, String, String, DateTime, NullableBoolean)
Sets the cookie.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void SetValue(
	string name,
	string value,
	string path,
	DateTime expires,
	Nullable<bool> httpOnly
)

Parameters

name
Type: SystemString
Cookie name
value
Type: SystemString
Cookie value
path
Type: SystemString
Cookie virtual path
expires
Type: SystemDateTime
Expiration time
httpOnly
Type: SystemNullableBoolean
Defines httpOnly flag.
See Also