3 Replies Latest reply on Feb 18, 2005 8:56 AM by ricardoarguello

    HTTP Status 408The time allowed for the login process has be

    blueeinstein

      Getting the following error message:

      HTTP Status 408 - The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-click the link you requested or close and re-open your browser
      
      --------------------------------------------------------------------------------
      
      type Status report
      
      message The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-click the link you requested or close and re-open your browser
      
      description The client did not produce a request within the time that the server was prepared to wait (The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-click the link you requested or close and re-open your browser).
      
      
      --------------------------------------------------------------------------------
      
      Apache Tomcat/5.0.28
      


      After some degree of investigation, I found that it happens in the following scenario:

      1 - Browser loads login page
      2 - Restart server
      3 - After server settles down, use the existing login page (from step 1) - type in user credentials and submit

      Based on observation, the jsessionid sent back on step 1 -- is already invalid by step 3 -- and is thus sending the http 408 error.

      I tried simulating it by manually connecting to port 80 and sending an invalid jsessionid -- and indeed I get the error. On the other hand, if I send a valid jsessionid (one that was just generated) -- it works.

      Is this some kind of configuration error?