There are the following benefits of using cookies for state management:
There are the following limitations of using cookies:
Sample code of implementing cookies
Request.Cookies.Add(New HttpCookie(“name”, “user1”))