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

Example

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