JBoss Community

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

created by magic_seek zyx in JBoss AS 7 Development - View the full discussion

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.

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community