In my mvc3 (razor) application i want to handling session timeout by displaying a popup for re entering User id and password
How can i write it as common in Session_End() in Global.asax
Is it possible to display a jquery model popup from here
Is there any way to implement this without losing data please share..
jquery modal popupfrom aSession_End.... is something I dont think is possible.