Im using MVC framwork and [Authorize] attribute for every control to check the security. The problem is that if the auth cookie has expired and the user clicks on a link that should open a popup using $.ajax than
i get the login screen in the popup (same masterpage in another masterpage)
instead of redirecting the whole page to the login screen
anybody knows how to fix this ?