Sets the cookie.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- name
- Type:
System.String
Cookie name
- value
- Type:
System.String
Cookie value
- path
- Type:
System.String
Cookie virtual path
- expires
- Type:
System.DateTime
Expiration time
- httpOnly
- Type:
System.Nullable<
Boolean>
Defines httpOnly flag.
See Also