| CookieHelperGetExistingCookie Method  | 
            Returns the existing cookie.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic static HttpCookie GetExistingCookie(
	string cookieName
)
Parameters
- cookieName
 - Type: SystemString
Cookie name 
Return Value
Type: 
HttpCookie
See Also