Suppose a
J2EE app is deployed to a clustered server that has a few cluster nodes a) b), c), etc. From one browser window if we access the
java application from following URLs simulataneously
http://node_a/myApp
http://node_b/myApp
..
Do they share same session ?