Hi,
 
 I've an authentication interceptor that checks for authentication and
forwards to login page if the user is not logged in.
 
 This works fine.
 
 Problem is if session is timed out and user clicks on a page where the
request is ajax driven, login page gets rendered as an ajax content. 
 For example on session timeout if user clicks on a tab, login page is
displayed as a tab content.
 
 What is the best way to handle this so that the login screen gets
rendered as a new page instead of tab content.
 
 If user clicks on some hyper link it gets redirect to full login page
as expected.
 
 Here is my global login result:
 
<result name="login" type="redirect-action">

      <param name="actionName">login</param>

      <param name="namespace">/home</param>

      <param name="method">input</param>

</result>

thanks for your help!

Laxman

 

This e-mail and its attachments are confidential and solely for the
intended addressee(s). Do not share or use them without Fannie Mae's
approval. If received in error, contact the sender and delete them.

 

Reply via email to