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?