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  
sameSite SameSite  
comment string  
secure boolean required boolean
httpOnly boolean required boolean
maxAge number required int
Properties inherited from Cookie
version number required int
name string  
domain string  
path string  
value string  

Example

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