Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

Related Sections

ASP.NET State Management

Provides links to additional topics that describe how to maintain information across page requests.

Community Additions

Show:
© 2017 Microsoft