Provides access to properties and methods about the current Zimki session. Zimki Session objects are also Persistable.
The session can be used to store data between requests made from the same browser:
zimki.session.fish = "trout";
zimki.session.save();
The session will be restored automatically on the next request from that web browser (based on the cookie that it sends)
var seafood = zimki.session.fish;
Parent
zimki
Properties
Methods
|