Storing State in AJAX/Javascript: Cookie Based
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: AJAX, cookies, javascript