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

Example

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