ASP.NET Cookies

The topics in this section describe how to create cookies in ASP.NET Web applications. Cookies are small text files that the server and browser exchange on each page request, and that you can use to store information that can help you customize your application for each user.

In This Section

  • ASP.NET State Management
    Provides links to additional topics that describe how to maintain information across page requests.