By Volume4
via dotnet.dzone.com
Submitted: Jul 23 2008 / 10:56
In this post I'm going to explain what are cookies and how to use them as a part of the ASP.NET client side state management. A cookie is a piece of data that is saved in the client web browser. The cookie is saved either in the memory of the web browser or as a text file in the file system of the client. Cookies are used to identify a user, to store state information, preferences of the user and etc. The ASP.NET use the cookies mechanism to track users session.
Comments
paul_houle replied ago:
a little too basic; doesn't cover the dark secrets that nobody talks about that you need to know if you want to write cookie apps that really work.
Voters For This Link (5)
Voters Against This Link (1)