1 Reply Latest reply on Jan 24, 2005 12:03 AM by dragonmage

    problem with session ids being different

    dragonmage

      Hello,

      Can someone tell me how the logic for allocating session ids works?
      In my application the session id is not always the same for two different struts actions initiated from same client web browser and this causes problems communicating session variables.
      The problem seems to be timing related. It is worse when using remote server with long ping times, but seems to go away when the reomote server is addressed by ip address.

      The problem rarely happens when server is 'close' - short ping time - but on rare occasions the id is different.

      thanks,

      D

        • 1. Re: problem with session ids being different
          dragonmage


          Someone told me he had a similar problem when requests were being directed thru an IIS server. His solution was to use an earlier version of Tomcat.
          We do not run IIS on oure servers, but perhaps there is a similar problem with the version ot tomcat in the jboss I use (3.2.5)?

          D