node is supposed to be same after the logout , only the session id change is fine. but we are getting both new session and new node here.
is it a feature in jboss 7 ? or anything else needed to fix it ?
issue is like below.
before login
w9vM-w9ktfpnhywDD4DSSL0AjK8eY-mRQXgYdy7x.worker1-devshop
after login
w9vM-w9ktfpnhywDD4DSSL0AjK8eY-mRQXgYdy7x.worker1-devshop
after log out
fvXlM3Me8mPekZtSIAr0twV3MHU9AMqEb8u9a0c2.worker2-devshop
#########################################################
before migration in jboss - 6.1 it was working fine as below
before login
cTQ8Z3amr8Q9plKQxKJ45bzZ.worker4-webshop
after login
cTQ8Z3amr8Q9plKQxKJ45bzZ.worker4-webshop
afterlog out
bbMaS1CZzWhu8eV6s5181cTF.worker4-webshop
after log in
bbMaS1CZzWhu8eV6s5181cTF.worker4-webshop
Is this a <distributable/> web application?
Just to say, the route (i.e. node associated with the session) is not static, and can change depending on the node that serviced the request, or a topology change to a cluster. A change to this value should have no effect on your application.