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?

[696 byte] By [markbrewster] at [2007-11-26 6:48:31]
# 1
Session persistence is not automatic.You need to configure it.The load balancing is sticky round-robin.
kedarmhaswade at 2007-7-6 15:12:35 > top of Java-index,Application & Integration Servers,Application Servers...