This is a small javascript class to handle Cookies in a smarter way. Very simple, but well packaged.
The library supports for sure Firefox 1.0-2.0, should work on Internet Explorer 5.01-7.0, Safari 1.0-2.0 and Opera 6.0-9.0. Testers are welcome.
var m = new aMemento("cookiename", 30);
m.set("saving this");
var ret = m.get();
not yet