i've got a WAS environment whose topology looks like as below:(one typo here, that 'IH' should have been 'IHS')
The request from end-user goes through IHS and arrives in WAS1, then that application from WAS1 would call application service from its backend WAS2 CLUSTER to which the F5 device takes care of the load-balancing work.
And my question here is about the session tracking mechanism for WAS2 cluster. Once i enabled Memory-to-memory replication
, can i use either cookies
or URL rewriting
right here? If so, do i need to make any manual configuration? If not, which tracking way can i use? and which can't? Why?
Please help explain as detail as possible!
Thanks in advance