4 Replies Latest reply on Dec 12, 2012 5:04 AM by rhusar

    IE causes servlet calls to be on a new session

    mpgong

      Hello,

       

      My web app has javascript calls to a servlet (using jquery post) and it works but for some reason and this could be just the way it is, under IE to treats the call as if it is coming from a new session.

       

      I checked this by printing out the session id from the request in the servlet.  My question is why this is the case and is it normal behavior.  I don't see this under Firefox, it treats the call as part of the same session.

       

      Is there a way around this, possibly a config item in mod_cluster or do i need to change the web app?

       

      Thanks