Session consistency

Home > Computer Science > Distributed Systems > Data Consistency and Replication > Session consistency

This ensures that all of a client's requests access a single node until the session is completed. This helps maintain consistency in cases where clients need to perform a sequence of related transactions on the system.