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

Example

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