I have a WAS 8.5 cluster, with 2 members, configured to use the MTM session replication.
On the replication domain, Request timeout is 5 secs and Number of replicas is set to Entire Domain.
On both member servers the Memory-to-memory relication mode is Both client and server.
The mod proxy balancer fails over to the next application server (say B) when I shut down the application server (say A) that is serving the requests. But it seems like the session created on the A, is not available in B.
Is there some way to verify that the session is actually being replicated?
I tried the diagnostic trace logs but couldn't make anything of it.