The parameters used for constructing browser cookies
unix epoch timestamp (in ms) Javascript Example: (new Date()).getTime() + (1000 * 60 * 60) // <-- expires in 1 hour
(new Date()).getTime() + (1000 * 60 * 60) // <-- expires in 1 hour
chrome version of httponly
chrome
httponly
for WebKit backend. for Chrome backend, use httpOnly
WebKit
Chrome
httpOnly
"Strict" or "Lax"
all cookies are good for the duration of the request
new for Chrome backend. (not available on WebKit).
The parameters used for constructing browser cookies