Click or drag to resize
CookieHelperGetExistingCookie Method
Returns the existing cookie.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static HttpCookie GetExistingCookie(
	string cookieName
)

Parameters

cookieName
Type: SystemString
Cookie name

Return Value

Type: HttpCookie
See Also