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

Example

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