Syntax
| object.All
| ||||
---|---|---|---|---|---|
Description
| Sets or returns the entire cookie string.
Data TypeString
RemarksIf writing a value to this property, the passed string is parsed and used to populate the Cookie Object.
Reading from this property returns the contents of the entire cookie string. You can then use the string as a value for a "Set-Cookie:" header.
| ||||
See Also
|