Kito Framework - v1.0.0-alpha.8
Preparing search index...
CookieOptions
Interface CookieOptions
interface
CookieOptions
{
domain
?:
string
;
expires
?:
Date
;
httpOnly
?:
boolean
;
maxAge
?:
number
;
path
?:
string
;
secure
?:
boolean
;
signed
?:
boolean
;
sameSite
?:
boolean
|
"lax"
|
"strict"
|
"none"
;
}
Index
Properties
domain?
expires?
http
Only?
max
Age?
path?
secure?
signed?
same
Site?
Properties
Optional
domain
domain
?:
string
Optional
expires
expires
?:
Date
Optional
http
Only
httpOnly
?:
boolean
Optional
max
Age
maxAge
?:
number
Optional
path
path
?:
string
Optional
secure
secure
?:
boolean
Optional
signed
signed
?:
boolean
Optional
same
Site
sameSite
?:
boolean
|
"lax"
|
"strict"
|
"none"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
domain
expires
http
Only
max
Age
path
secure
signed
same
Site
Kito Framework - v1.0.0-alpha.8
Loading...