-
Bug
-
Resolution: Obsolete
-
Major
-
JBossAS-5.1.0.GA
-
None
-
Workaround Exists
-
Here's the scenario:
- Start instances A and B in a cluster, the webapp is session.war (exploded WAR)
- Create a session, say its session-id is sessionId.A
- Go to A and remove the WAR, e.g. cd ./deploy ; mv session.war session.war.bak
- Refresh the session. It fails over to B: sessionId.B
- Go back to A (/deploy dir) and mv session.war.bak session.war
- Go to B and remove the session
==> The session will fail back to A, but the session's data is gone !