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

Example

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