Sets the session value.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- key
- Type: System String
Item key
- value
- Type: System Object
Value
- request
- Type: System Boolean
Use request storage
- session
- Type: System Boolean
Use session storage
- cookie
- Type: System Boolean
Use cookies
- cookieExpires
- Type: System DateTime
Time when the cookie expires
See Also