D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

Cookie Data Type

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

Example

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