0 Replies Latest reply on Feb 3, 2012 2:34 AM by zyx

    help:nginx jboss,session changed every request at ie,chrome ok

    zyx

      nginx: 0.8.54

      jboss:jboss-as-7.0.0.Final

       

      Create a simple servlet just print session, use ie7 or ie9 visit this servlet page, when every refresh the print session result are different, but at google chrome are same.

       

      This  problem cause can not log into my web application on ie, but chrome ok.

       

      Have tried:

      domain.xml

          <system-properties>

              <!-- IPv4 is not required, but setting this helps avoid unintended use of IPv6 -->

              <property name="java.net.preferIPv4Stack" value="true"/>

              <property name="org.apache.tomcat.util.http.ServerCookie.FWD_SLASH_IS_SEPARATOR" value="false"/>

              <property name="org.apache.catalina.STRICT_SERVLET_COMPLIANCE" value="false"/>

          </system-properties>

      but it not work.