ASP.NET AJAX and keeping the Session alive - What is the standard way to do it?

前端 未结 2 1769
被撕碎了的回忆
被撕碎了的回忆 2021-01-07 03:37

Long time ASP.NET Webforms developer, new to Ajax development (mostly via the UpdatePanel control !).

Since no postbacks are happening the server does not reset the

2条回答
  •  难免孤独
    2021-01-07 04:01

    I would say using a hidden iframe for communication would be the easiest wa ywith least hassle. http://weblogs.asp.net/stephensonger/archive/2009/04/22/keeping-asp-net-sessions-alive.aspx has a good example that you can expand on.

提交回复
热议问题