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.
P.S: We don't have forms authentication in our application. Can I still achieve it without forms authentication/authorization.
Any help would be greatly appreciated.