views:

109

answers:

2

I have an ASP.NET 3.5sp1 app that is a single page design. The site never posts back. All interaction is done via ajax. (the site is http://BiblePro.BibleOcean.com)

Anonymous access, no accounts in the app.

I wish to save the user's state so that when they come back it returns to where they left it. Is there a way I can save a cookie to their machine either in javascript or in a call back?

+3  A: 

this stuff is really not hard to find if you know about google

Scott Evernden
AH, but the quality of answer here is far superior.
BahaiResearch.com
+3  A: 

Since you're already using jQuery, see http://plugins.jquery.com/project/cookie

Marcus