3 Replies Latest reply on Feb 28, 2018 12:50 PM by hallanthony

    I have a Question. about session sharing problem

    phpbae

      Hi!

       

      The web application session is not shared within the ear file.

      I've tried a couple of things, but there is still a problem with the jsessionId being changed.

      Is there anyone who solved this problem?

       

      I am using wildFly 9.0.2 final version.

       

       

      1. jboss-all.xml

       

      <jboss umlns="urn:jboss:1.0">
        <shared-session-config xmlns="urn:jboss:shared-session-config:1.0">
        <session-config>
        <session-timeout>6000</session-timeout>
        <cookie-config>
        <path>/</path>
        </cookie-config>
        </session-config>
        </shared-session-config>
      </jboss>

       

       

      2. webApplication(war)

      web.xml

       

      <distributable></distributable>