Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi!

When my mvc3 ASP.NET app timeout I want it to redirect to login page that tells the user that they are timed out.
Posted
Comments
ZurdoDev 12-Nov-12 8:43am    
You'll need to track it using JS. Web applications are disconnected so you need a timer that is keeping track of it in JavaScript.
apr1234 14-Nov-12 5:08am    
Can you please provide the required javascript for the time out.
Actually in MVC we dont have any timers...
ZurdoDev 14-Nov-12 7:40am    
There are lots of examples on the web. It's a little too involved to do here. Essentially you write out the session timeout value into a hidden field and then using setTimeout you fire a JS function every minute that increments a counter. But, you also have to have code that resets the counter.
I.explore.code 12-Nov-12 8:44am    
have a go at this: Timeout Redirect

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900