HTTP is a stateless protocol. HTTP requests are independent messages that don't retain user values or app state. We need to take additional steps to manage states between the requests. In this article, we are going to look at various approaches to preserve user data and app state between the requests.