Skip to content

akshar100/mojito-session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mojito-session-addon

From your app directory use npm install mojito-session-addon to install the addon.

This is a simple session management library that uses Y.Cache underneath. Add "mojito-session-addon" to the requires:[] array of a mojit controller and the session will be available in following fashion.

In the controller use as actionContext.session.get("key"); and actionContext.session.set("key","value");.

For example check the gist: https://gist.github.com/akshar100/5763632

About

A session management addon for Yahoo! Mojito.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published