Cookie Data Type

Subtypes
NewCookie
Properties
name data type constraints description
domain string  
name string  
version number required int
path string  
value string  

Example

{
  "domain" : "...",
  "name" : "...",
  "version" : 12345,
  "path" : "...",
  "value" : "..."
}