Dot Net Sparks C#.NET,ASP.NET,ADO.NET,LINQ,AJAX,JavaScript,SharePoint

Showing posts with label Cookies. Show all posts
Showing posts with label Cookies. Show all posts
/ 0

Cookies in ASP.NET

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.

This example shows how to work with cookies in asp.net.

0 comments