The specific architectural component required is an external distributed data store, commonly referred to as a session store or a cache. In a stateful design, an application keeps user information, such as login status or shopping cart contents, inside the local memory of the server currently handling the request. When ....
Log in to view the answer