Stateless Web Architecture

  • The webserver doesn't has the user session
  • We store the user session inside SQL or NoSQL
  • Each webserver then query the database for the user session
  • Pasted image 20220928230643.png