5 Replies Latest reply on Jun 15, 2009 7:09 AM by joe563za2

    emptySessionPath with HTTP/1.1 Connector

    joe563za2

      Using emptySessionPath="true" with HTTP/1.1 Connector does not seem to work with JBoss 5.0.0.GA anymore as I still get my JSESSIONID cookie set with Path=/[contextRoot] instead of just Path=/ .

      I need this behaviour as I have a load balancer (non-apache hence I can't use mod_jk) in front of my application and I do url rewriting to route the requests to the correct application. Has this attribute been removed from JBoss 5.0.0.GA - I noticed that the parameter is not set by default as it was with 4.0.2.

      Anyone else experienced the same?