
What is a cookie? A cookie is a small piece of information sent to a user’s browser by a web server. If a web site is programmed in a certain manner, its server will send information to your browser, which is stored on your hard drive as a text file. If you visit the same site later, the server can retrieve the cookie from your computer. Cookies are used to track web site visitors and retain user preferences. It’s fairly easy to use cookies in ASP and now I’ll show you how can you do that.
|