This question is locked. New answers and comments are not allowed.
Hello, I'm facing the following problem.
(VS2010, ASP.NET MVC 2, Telerik MVC Extensions 2010.2.825)
I have a Telerik Tabstrip which tabs are loaded on demand via LoadContentFrom and a set of Controller Actions that returns a partial view for each tabs' content.
Each action must have a "SessionExpiredFilterAttribute" that causes redirection to the login page when session expires, since tab content can't be obtained without a logged user.
Therefore, if the user navigates to the view containing the tabstrip without showing other than the first tab, and then waits until session expires, and finally clicks on the 2nd tab, I'd want the user be automatically redirected to the login page.
Rather, the page remains the same but any tab clicked after the session has expired is filled with the content of login page!
How could this be resolved?
Thanks in advance.
Raf
(VS2010, ASP.NET MVC 2, Telerik MVC Extensions 2010.2.825)
I have a Telerik Tabstrip which tabs are loaded on demand via LoadContentFrom and a set of Controller Actions that returns a partial view for each tabs' content.
Each action must have a "SessionExpiredFilterAttribute" that causes redirection to the login page when session expires, since tab content can't be obtained without a logged user.
Therefore, if the user navigates to the view containing the tabstrip without showing other than the first tab, and then waits until session expires, and finally clicks on the 2nd tab, I'd want the user be automatically redirected to the login page.
Rather, the page remains the same but any tab clicked after the session has expired is filled with the content of login page!
How could this be resolved?
Thanks in advance.
Raf