[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: jsessionid missged in the request

webalgorithm do-not-reply at jboss.com
Sun Jun 14 15:11:01 EDT 2009


Yep, very similar issue here. I am in the processing of upgrading from 4.0.5 GA to 5.1.0 GA. In my case in manifests itself even without load balancing. I am using mod_jk with rewrites.

My app is deployed as "web.war" (exploded - not sure if that makes any difference), <context-root>web</context-root>.

Requests such as http://hostname/web/myaccount.htm are 100% ok.

Requests such as http://hostname/myaccount.htm result in new sessionid 100% of the time. (note that apache rewrites this url RewriteRule ^(\w+).htm(\w+)?$ web/$1.htm$2 [L])

Clearly an issue with cookie path.

Also interesting: I tested this with all 4.x versions of JBoss - no issues. All 5.x versions exhibit this behavior.

Any suggestions? I've tried playing around with emptySessionPath - does not seem to have much impact. 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4237499#4237499

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4237499



More information about the jboss-user mailing list