Programming Reference Manual
 
Syntax
 
object.All
 
Description
Sets or returns the entire cookie string.
 
Part
Description
object
Evaluates to a Cookie object.
 

Data Type

String

Remarks

If 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