Howdy folks,

Hope all's good in the new year.

A week ago or so I've released a small MT plugin called
MooWindowManager. It's basically a tiny bit that allows you to manage
data inside the window.name object instead of Cookies or external
database sessions. So far I had a chance to use it only in one of my
projects but will definitely try to do it more often.

Anyway, the code is available down at Google Code (http://
code.google.com/p/moowindowsession/), so just grab it and have a peek
at the documentation – not that much of it as any MT dev will know how
to use the plugin, ie:

var Session = new MooWindowSession();

Session.set({key: value});
Session.get().key;
Session.empty();

Enjoy,
Oskar

Reply via email to