Click or drag to resize
CookieHelperRemoveAllCookies Method (Int32)
Removes all the user cookies above given level

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void RemoveAllCookies(
	int aboveLevel
)

Parameters

aboveLevel
Type: SystemInt32
Level above which the cookies should be removed
See Also