Click or drag to resize
CookieHelperRemoveAllCookiesInternal Method
Removes all the user cookies

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
protected virtual void RemoveAllCookiesInternal(
	int aboveLevel
)

Parameters

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