bunway
Preparing search index...
Session
Interface Session
interface
Session
{
cookie
:
SessionCookieData
;
id
:
string
;
destroy
(
callback
?:
(
err
?:
Error
)
=>
void
)
:
void
;
flash
(
type
:
string
,
message
?:
string
)
:
string
|
string
[]
|
undefined
;
regenerate
(
callback
?:
(
err
?:
Error
)
=>
void
)
:
void
;
reload
(
callback
?:
(
err
?:
Error
)
=>
void
)
:
void
;
save
(
callback
?:
(
err
?:
Error
)
=>
void
)
:
void
;
touch
()
:
void
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
SessionData
Session
Indexable
[
key
:
string
]:
unknown
Index
Properties
cookie
id
Methods
destroy
flash
regenerate
reload
save
touch
Properties
cookie
cookie
:
SessionCookieData
id
id
:
string
Methods
destroy
destroy
(
callback
?:
(
err
?:
Error
)
=>
void
)
:
void
Parameters
Optional
callback
:
(
err
?:
Error
)
=>
void
Returns
void
flash
flash
(
type
:
string
,
message
?:
string
)
:
string
|
string
[]
|
undefined
Parameters
type
:
string
Optional
message
:
string
Returns
string
|
string
[]
|
undefined
regenerate
regenerate
(
callback
?:
(
err
?:
Error
)
=>
void
)
:
void
Parameters
Optional
callback
:
(
err
?:
Error
)
=>
void
Returns
void
reload
reload
(
callback
?:
(
err
?:
Error
)
=>
void
)
:
void
Parameters
Optional
callback
:
(
err
?:
Error
)
=>
void
Returns
void
save
save
(
callback
?:
(
err
?:
Error
)
=>
void
)
:
void
Parameters
Optional
callback
:
(
err
?:
Error
)
=>
void
Returns
void
touch
touch
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cookie
id
Methods
destroy
flash
regenerate
reload
save
touch
bunway
Loading...