SessionHelperSetValue Method (String, Object) |
Sets the session value.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax public static void SetValue(
string key,
Object value
)
Parameters
- key
- Type: SystemString
Item key - value
- Type: SystemObject
Value
See Also