How Do You Achieve Cluster Session Replication?

Answer: There are two types of Session Replication in Weblogic Cluster.

1. In-Memory replication
2. DB based Session Replication

Sessions replication can be done using memory which can be accessed very fast.

If you want to see whether session replication enabled and which replication is being used by the app,u need to check the weblogic.xml file of the application. (e Learning Portal)

for example, if you see the below line in weblogic.xml

replicate-if-clustered>true This means in-memory replication is enabled if the application is deployed on a cluster.

In-Memory Replication: The primary server process the request and choose another server to keep the backup of https session details.
So, the secondary server will only keep the backup, not process the request. The information on (Replication) will be sent back to the browser (cookies). In case, the primary server goes down, the LB ( Load balancer) will direct to the secondary server , based upon cookies to process the request from the point where primary server stopped. It is called In-Memory Replication.

DB-based Replication: Instead of storing https session backup in other managed servers, it can be stored in DB. Now, the Load Balancer can direct any available server to continue the request, if the primary server goes down.
It is called DB based Replication. 

Note: Browse latest  Weblogic interview questions and  Weblogic tutorial. Here you can check  Weblogic Training details and  Weblogic training videos for self learning. Contact +91 988 502 2027 for more information.

Leave a Comment

FLAT 30% OFF

Coupon Code - GET30
SHOP NOW
* Terms & Conditions Apply
close-link