session timeout with form authentiation, how to display an modal poup or redirect entire page

Posted by victor_foster on Stack Overflow See other posts from Stack Overflow or by victor_foster
Published on 2010-04-01T06:07:17Z Indexed on 2010/04/01 6:13 UTC
Read the original article Hit count: 209

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?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc