- Pods
- Reflux 0.1.0
- API
- Session

mixinafReflux::Session
afReflux::Session
@
Js
(Service) - A general dumping ground for data to be saved between applications.
data
Source
abstract Str:Obj? data
fileName
Source
abstract Str fileName()
The file name of the session data. Defaults to sessionData.fog
.
load
Source
abstract Void load()
Loads the session data and fires the onLoadSession()
event.
save
Source
abstract Void save()
Fires the onSaveSession()
event and saves the session data to file.