Software & Finance





ASP.NET - How many types of cookies are there in ASP.NET?





Question: How many types of cookies are there in ASP.NET?

 

Two types with the object life time - persistent and non-persistent. In other words, persistent cookies and session cookies. Session cookies will be lost if you close the browser.