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.Pasted image 20220928230347.png
  • In the above example, to authenticate user A, it must be done using server 1.