Stateful Web Architecture
- The server stores the session data of each user.
- When user requests, load balancer with sticky session can redirect the user to the correct server.
- In the above example, to authenticate user A, it must be done using server 1.