I have two tomcat instances running in Clustered Environment
Assume we have test.jsp is there in both Instances.
Suppose test.jsp is giving session ID(S1ID) in instance One, how to get the same session ID(S2ID) from instance Two
Is this correct S1ID will be equal to S2ID?? Could you suggest how to configure tomcat cluster session replication. if they are equal (S1ID==S2ID)