5 Replies Latest reply on Jul 15, 2009 2:13 PM by nbelaevski

    Session Timeout, display after login

    cmathrusse

      RichFaces 3.3.1 GA

      Our application is secured with an LDAP Realm so the user is presented with a login page the first time the application is accessed. All works very well except for when the users session expires. The application is still displayed and when the user clicks on a link the login page is then presented. (This is expected) The problem is that when the user authenticates (after a timeout) and the login is successful, there is no page rendered. Its simply a blank page.

      To get the applicaiton to render the user must click on the original link to the applicaiton root. This is no big deal but a slight inconvenience. I'd like to take the user to the requested page from the link clicked. Or, ideally, I'd like to automatically display the login page once the session expires.

      How are others handling this issue and what options do I have?

      Thanks for the help....