session timeout with form authentiation, how to display an modal poup or redirect entire page
- by victor_foster
I am using asp.net mvc and jquery to make ajax requests and when the session times out after an ajax request the full sigin page gets loaded into my ajax div.
How can I display a modal popup instead of making a redirect when a session times out?