Articles   Dev Forums   Personalize   Favorites   Member Login        Active Users:  61
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Monday, October 13, 2008
Home
Articles & Samples
Dev Search
Dev Forum
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

ESET
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

User Rating!

Home > Search > Articles & Samples > ASP > Cookies
Using Cookies       
Total Hits: 1226  |  Today: 0 Author: Quincy Minor       Rating:  
Read Reviews | Write Review |              Your Rating: 

This tutorial will help you by explaining the difference between using permanent cookies and session cookies. HTTP does not support persistent information to help a web server distinguish between clients. Each request for a web page is the same as a new user visiting a new web page. Netscape came up with a technology that will identify each client to the server. It is called a cookie. A cookie is a simple text file that holds information about the user and is saved to the users computer. The cookie is set by the Response object. It only works if the browser is able to accept cookies or is set to accept cookies.

DevASP.com users Rating
What is your opinion?
Is this your listing?

    If this is your listing and you like to add the rating box
    displayed on the right side on your site you can use the following code.

Go Back
DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com