Session persistence problem
Hello,
I have a two node cluster with appserver 8.1 on Solaris 10 x86. If I failover from one node to the other my session is persisted like it is suppose to be and fails over. When I bring the failed server back online my web requests continue going through the second node(the one it failed over to). If I then fail that node, my web requests are then routed back to the first node. However, I was expecting that my session would failover as well when it is switched back to the first node but it not. It is a completely fresh session, or so it appears. Is this expected behavior or is there something I am missing in my settings that would make this work as I would have expected?

