0 Replies Latest reply on Mar 15, 2006 10:25 AM by goony23

    session timeout, redirect to a specific servlet

    goony23

      Hello everyone,

      When the session is timeout and I try to access to a secure servlet the server container redirects to the login page, and that request is the 'j_security_check', then user credentials are passed to realm to authenticate. If credentials are authenticated, then the original request is restored, and user is forwared to it.

      But I don't want that original request be restored. I want the user always be forwared to a specific servlet (or jsp).

      Do you know if it's possible?

      Thank you in advance,

      Josep Sancho