General
Client-side session replication for clusters
Web server clusters are used for scalability (handling more requests), availability (always have a server available) and fault tolerance (handling the failure of a server). Of these, the fault tolerance is the hardest and most costly mechanism to implement as …