Skip to main content

ASP.NET Cookies Overview

ASP.NET Cookies Overview


A cookie is a small bit of text that accompanies requests and pages as they go between the Web server and browser. The cookie contains information the Web application can read whenever the user visits the site.

Comments