Posts tagged as:

Cookie

Create and Read Cookies in ASP.NET

by Dave on August 19, 2009

in ASP.NET

Cookies are small pieces of text which are created by websites and stored by the Internet browser in its cache for later use. Typically a cookie would contain information related to a surfer’s session in a particular website, such as the user name, items in a shopping cart, page layout preferences, etc. When a surfer [...]

{ 1 comment }