videosphere
Preparing search index...
lib/auth-session-cookie
getSessionCookieOptions
Function getSessionCookieOptions
getSessionCookieOptions
()
:
{
path
:
string
;
httpOnly
:
boolean
;
sameSite
:
"lax"
;
secure
:
boolean
;
maxAge
:
number
;
}
Executes get session cookie options.
Returns
{
path
:
string
;
httpOnly
:
boolean
;
sameSite
:
"lax"
;
secure
:
boolean
;
maxAge
:
number
;
}
The computed result.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
videosphere
Loading...
Executes get session cookie options.