I have an mvc 4 application where I need to show an alert warning when the session reaches its timeout.
I have seen various articles online that explain to do this in asp.net, but I'm looking for a way out to do it in MVC.
Any help would be greatly appreciated.
my web.config
<sessionState mode="InProc" timeout="30" />Here i set my session time once it expires it return to login page before it return to login page it need to show warning messgae.
Thanks..
Akshay PhadkePosted Feb 14, 2017, 1:31 AM
In your web config - set session timeout expired value as
Guest UserPosted Feb 14, 2017, 12:37 AM
Vishal PrajapatiPosted Feb 13, 2017, 10:51 PM
2) http://codemodus.blogspot.in/2016/06/aspnet-mvc-how-to-show-popup-warning.html
Vignesh ManiPosted Feb 13, 2017, 3:45 PM