Problem Statement
When users add items to their shopping cart, losing that data between page visits or server requests causes frustration and lost sales. If session data is stored only on a single server, users may lose their cart when that server fails or when load balancing routes them to a different server.
