1 Reply Latest reply on Nov 6, 2009 11:21 AM by keithhenn

    Expired Sessions Question

      I'm migrating my application from Weblogic to Jboss, in weblogic I'm able to redirect the user to the last page he left when the session expires, is there a way to do this in Jboss?

      Also, where do I set the parameters to redirect the user to the index.jsp page when their session expires?

      I'm using jboss jboss-5.1.0.GA.

      thank you.
      Keith

        • 1. Re: Expired Sessions Question

          I have implemented a filter to handle the session expiring.

          Does anyone have any information on how to redirect a user to the page they selected when their session was deemed to be expired?

          If user 1 selects the link "testpage.jsp" and the session expires they're redirected to index.jsp on login, is there a way to send them back to testpage.jsp?

          Thanks.
          Keith