3/6/2003 4:33:15 PM
Basics of Cookies in ASP.NETCookies provide a useful means in Web applications to store user-specific information. For example, when a user visits your site, you can use cookies to store user preferences or other information. When the user visits your Web site another time, the application can retrieve the information it stored earlier.
This article provides an overview of working with cookies in ASP.NET applications. I will show you the mechanics of working with cookies in ASP.NET, such as writing them and then reading them again later. Along the way, I will explain various features and (occasional) oddities of cookies and the support in ASP.NET for them.
Other Headlines from MSDN ...
- Using the XSD Inference Utility
- TaskVision Solution Overview: Design and Implementation
- DataSets, Web Services, DiffGrams, Arrays, and Interoperability
- Basics of Cookies in ASP.NET
- Give Your .NET-based Application a Fast and Responsive UI with Multiple Threads
Click here for more MSDN headlines
More Tutorials Headlines ...
- Give Your .NET-based Application a Fast and Responsive UI with Multiple Threads
- Build Hyperlinks into Your Client App with the Windows Forms LinkLabel Control
- Web Application Error Handling in ASP.NET
- Force ASP.NET Apps to Keep-Alive
- Preview and Print from Your Windows Forms App with the .NET Printing Namespace