type
WispSessionStore
const mixin WispSessionStore
Pluggable hooks for Wisp session storage.
methods
| delete |
Delete any resources used by the given session id |
|---|---|
| load |
Load the session map for the given id, or if it doesn't exist then create a new one. |
| onStart |
Callback when WispService is started |
| onStop |
Callback when WispService is stopped |
| save |
Save the given session map by session id. |
| service |
Parent web service |
Slot Details
delete
load
onStart
virtual Void onStart()
Callback when WispService is started
onStop
virtual Void onStop()
Callback when WispService is stopped
save
service
abstract WispService service()
Parent web service