Reputation: 7
I am creating a web application which uses form authentication features. I want to implement the concept of session time out and 2 minute warning. I am bit confused regarding how-to implement this concept, which programming method should I used like normal asp.net
, jquery
etc. I am not too good in jquery
or javascript
. I want to implement session time out concept with alert message which show Ok to continue and End to end session. When user click on Ok all his data wouldn't lose. Also, data will not lose until user doesn't click on either of those two options (OK and End).
I refer number of blog on Google and collected important points like:
But nothing gives me clear understanding of what should I used and how should I implement all this features. My web application had grown in size and I need to add these features globally. How should I do that?
Upvotes: 0
Views: 683
Reputation: 62260
There are few. Your need a little bit of JavaScript or jQuery in order for it to work.
Alert Session Time out in ASP.NET
Upvotes: 1