I am looking to add Session Timeout Warning dialog 15 minutes before session expires.The popup indicates session is going to be expired so that user can continue/extend the session or he may logout also
How can i achieve this.
I tried researching on how to do this but I have not find anything that will help me.
I realized i need something like this but I am not sure how a filter will help
Redirect to specific page after session expires (MVC4)
also I looked at http://www.codeproject.com/Articles/227382/Alert-Session-Time-out-in-ASP-Net but i did not make sense to me.
I looked at timeout-dialog.js how can i used this in mvc
help will be apreciated