« Re: Spam Marathon posted by praneeth | Main | aSSL - Ajax Secure Service Layer »

CookieJar: JSON Cookies

There was a new developement in JSON world!.Now we can store and retrieve JavaScript Objects, Arrays, Boolean, String, Number values using cookies, just like storing Java Objects in session on the server side.JavaScript code stores data as JSON strings in cookies. It uses prototype.js and json.js to store and retrieve JSON data from cookies.

How we can store the javascript in cookies can be explained in :jsoncookies