| CookieHelperGetValueInternal Method  | 
            Returns the given cookie value.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxprotected virtual string GetValueInternal(
	string name,
	bool useDefaultValue,
	bool allowSensitiveData = false
)
Parameters
- name
 - Type: SystemString
Cookie name to retrieve - useDefaultValue
 - Type: SystemBoolean
If true, the cookie is allowed to use the configured default value - allowSensitiveData (Optional)
 - Type: SystemBoolean
Allows retrieving data from sensitive authentication cookies. 
Return Value
Type: 
String
See Also