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

Example

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