I have gone through several article with the caption mentioned as in header, most of them discussed about the implemenation of it in ASP.NET instead of ASP.NET MVC.One of the better article i read was ASP.NET MVC - How To Show A Popup Warning Before Session Timeout , but was using third party control
I have some queries about the implementation of session timeout.
- How can I Implement the above mentioned scenario (using Jquery Timeout Control)??
- Where should I write the code so that it is accessible everywhere in the page?
- If an user wishes to stay on the current page, how to perform this scenario without refreshing the page(refresh means all data is lost if the user is filling a form)