Sets the session value.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
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
- cookieHttpOnly
- Type:
System Nullable
Boolean
Defines httpOnly flag.
See Also