|
5 |
Changed word order in title.
|
||
How do I prevent resetting Session timeout resetting when UpdatePanel's content is refreshed by a Timer event? |
||||
|
4 | Added an example to illustrate the problem. | ||
How do I prevent Session timeout reset resetting when UpdatePanel's content is refreshed by a Timer event?We have several pages in our ASP.net Ajax application which auto refresh the UpdatePanels contents based on a timer event but the problem is that we have a requirement to timeout the web session and the auto refresh is preventing that. Is there a way to prevent the timer postback event from modifying the web session or any other alternate solution to allow the web session to timeout while auto refreshing the UpdatePanel contents? Here is an example to illustrate this problem. I set the session timeout to 3 minutes and have a timer in the UpdatePanel that ticks every minute and modifies the contents of the UpdatePanel based on the current state. After logging in, I navigate to this page and do nothing for 5 minutes and then try and click on another page and I am still logged in since the session didn't time out. |
||||
|
3 |
Added asp.net as tag
|
||
|
2 |
changed title wording from session timeout "refresh" to "reset"
|
||
|
1 |
|
||
