0 Replies Latest reply on Sep 9, 2011 9:37 PM by monetzgol

    jsessionid conflict when running 2 sever instance with different port

    monetzgol

      Hi All,

       

      Recently i migrate from jboss 4.0.5 to jboss 6.1.0 Final (using jdk 1.6). I create 2 server instance and config the server bindings for these, one using http 8080 (ports-default) and other is 8180(ports-01).

      My context path is as follows:

      http://localhost:8080/abc (A)

      and

      http://localhost:8180/abc (B)

       

      The problem is : when i am accessing A, i get jsessionid=1 and then i can loggin as per normal. then i open new tab (same browser), access B, i get new jsessionid=2,then when i go to previous tab, which is A, my jsessionid in A replaces with 2.

       

      This problem is not happening in jboss 4.0.5, anyone can give suggestion how to configure this as in jboss 4.0.5?

       

      Thanks