| SessionHelperSetValue Method (String, Object, Boolean) | 
            Sets the session value.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
 Syntax
Syntaxpublic static void SetValue(
	string key,
	Object value,
	bool allowVirtualContext = false
)
Parameters
- key
- Type: SystemString
 Item key
- value
- Type: SystemObject
 Value
- allowVirtualContext (Optional)
- Type: SystemBoolean
 If true, the value is set even when virtual context is initialized
 See Also
See Also