I am working on JSF1.1 with JSP as presentation technology. I have a managed bean with an ArrayList and I display the list in as rows. Everything works fine. I have session replication with two server nodes and when I replicate the session, and put one of the cluster down, app is now on second cluster but the session attributes are lost.
I tried to print sessionMap using ExternalContext to see session attributes but that is null too.
What could be a possible reason?