| CookieHelperGetValue Method (String, Boolean) | 
            Returns the given cookie value.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic static string GetValue(
	string name,
	bool allowSensitiveData
)
Parameters
- name
 - Type: SystemString
Cookie name to retrieve - allowSensitiveData
 - Type: SystemBoolean
Allows retrieving data from sensitive authentication cookies. 
Return Value
Type: 
String
See Also