-
Bug
-
Resolution: Obsolete
-
Major
-
JBossAS-4.2.2.GA, JBossAS-4.2.3.GA
-
None
-
None
-
mozilla firefox 3.5.5
java 1.6.0.12
windows xp sp 2
Steps to reproduce:
1. run 2 jboss instances on the same machine (on the same ip, but different ports) with enabled ssl connector (for example ports: 8443 and 8543)
2. login the first app: http://localhost:8443/myApp. (A new session created and JSESSIONID is written into coockies)
3. login the second app: http://localhost:8543/myApp. (A new session created and JSESSIONID is written into coockies)
bug: the first JSESSIONID is rewritten and the first session is lost