Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Application.Session
CookieSessionCacheProvider
Class CookieSessionCacheProvider
Implements
ISessionCacheProvider
Index
Constructors
constructor
Methods
clear
set
try
Get
Constructors
constructor
new
CookieSessionCacheProvider
(
_sessionService
:
ISessionService
,
_options
:
ISessionServiceOptions
,
)
:
CookieSessionCacheProvider
Parameters
_sessionService
:
ISessionService
_options
:
ISessionServiceOptions
Returns
CookieSessionCacheProvider
Methods
clear
clear
()
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
set
set
(
session
:
ISession
)
:
Promise
<
void
>
Parameters
session
:
ISession
Returns
Promise
<
void
>
try
Get
tryGet
()
:
Promise
<
null
|
[
string
,
ISessionToken
]
>
Returns
Promise
<
null
|
[
string
,
ISessionToken
]
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
clear
set
try
Get
TESSA Web API
Loading...