Javascript Cookies Made Easy
I wrote a javascript object a while back called CookieJar to make it easy to access browser cookies via javascript. Instread of storing each ‘key-value’ pair in a separate cookie, the CookieJar stores many key-value pairs in one cookie, which saves room in the browser’s cookie cache.
Learn more and download the script from the CookieJar Sourceforge page.