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

NewCookie Data Type

Properties
name data type constraints description
expiry number  
comment string  
maxAge number required int
sameSite SameSite  
httpOnly boolean required boolean
secure boolean required boolean
Properties inherited from Cookie
domain string  
version number required int
name string  
path string  
value string  

Example

{
  "expiry" : 12345,
  "comment" : "...",
  "maxAge" : 12345,
  "sameSite" : "NONE",
  "httpOnly" : true,
  "secure" : true,
  "domain" : "...",
  "version" : 12345,
  "name" : "...",
  "path" : "...",
  "value" : "..."
}