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

Example

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