| Subcribe via RSS

Storing State in AJAX/Javascript: Cookie Based

February 23rd, 2009 | Comments Off | Posted in AJAX, Javascript

In searching for the best way to persist state in my AJAX application, I found writing to a cookie to be the best alternative. The following is an example on how to implement cookie based state management in javascript/AJAX:

Reference Article: http://www.w3schools.com/JS/js_cookies.asp

Tags: , ,