Click or drag to resize
CookieHelperRegisterCookie Method
Registers the given cookie with the system

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static void RegisterCookie(
	string name,
	int level,
	string defaultValue
)

Parameters

name
Type: SystemString
Cookie name
level
Type: SystemInt32
Cookie level
defaultValue
Type: SystemString
Default cookie value
See Also