0
What are the different types of cookies in ASP.NET
What are the different types of cookies in ASP.NET
Cookies are messages that that a web server passes to our web browser when we visit the various internet sites. The web browser stores them in a text file called cookie.txt. When another web page is requested from the server, the browser send back the cookie to the server. These cookies basically contain information about our visit to the site. Many of the internet sites asks for permissions to use them.

Basically, there are two types of cookies: