1 Reply Latest reply on Feb 3, 2005 8:12 PM by barnaby33

    Getting 408 error on form based login through proxy server

    barnaby33

      I have configured my app to use forms based login and can get to the page a nd successfully login if I go straight to the server. If however I go through a proxy, I get the login page, but HTTP Status 408 - The time allowed for the login process has been exceeded, when I submit the form. Any suggestions?
      Josh

        • 1. Re: Getting 408 error on form based login through proxy serv
          barnaby33

          I have narrowed the problem down to a class called JBossManagerCMP in the org.jboss.web.tomcat.tc5.session package. The problem seems to be that JBoss is writing out a cookie when the session is created. Is there a workaround for this, since the cookies are stored in the header and the apache server we use as a proxy won't re-write headers? Preferably I would like to use only the session id for mapping sessions. Which config file would I need to start looking in to replace this session component?
          Josh