开发者

Cookie - Ajax / Javascript

开发者 https://www.devze.com 2022-12-13 01:50 出处:网络
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)

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)

An开发者_JAVA百科onymous 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?


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消