3 Replies Latest reply on Jun 15, 2009 2:37 AM by c.h.

    jsessionid missged in the request

    gfzhang

      Hi,

      I used JBoss 4.0.4 GA, which embeds Tomcat 5.5.17. I found an issue that I can not interpret if it is a bug in Tomcat.

      When I used domain name (like http://domain.com:8080) to login my my application by form-based login, I always got a 400 response. but if I use IP addres, everything is ok.

      I find that the cookie header does not exist in the request when I use domain name to access my application. the 200 response always contains Set-Cookie header with different value for jsessionid.

      Could any one kindly tell me what happened?

      Thanks for your help very much.