Excellent work!

I like to look and idea of this, but don't know yet if I would use it
in my CMS as I am using PHP Sessions.
I think PHP sessions are far better than this method, but if you
haven't PHP enabled server what a second best this is!

I will store this script away as I can see some usage with a new drag
'n' drop shopping cart I am working on for a customer! At the moment I
have to use some awkward hacks mixing PHP and JavaScript, I can see
this will add some shortcuts and help to keep my code separate.

Thanks and keep up the good work.

On Jan 2, 6:30 pm, Oskar Krawczyk <[email protected]> wrote:
> 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