magic_seek zyx [
https://community.jboss.org/people/zyx] created the discussion
"help:nginx jboss,session changed every request at ie,chrome ok"
To view the discussion, visit:
https://community.jboss.org/message/714213#714213
--------------------------------------------------------------
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
[
https://community.jboss.org/message/714213#714213]
Start a new discussion in JBoss AS 7 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]