|
An Overview of Cookie Detection in ASP
|
Other links at ASP > Tutorials > Cookies and Sessions |
| 1. |
Sesion and Application
|
|
|
This tutorial shows how to keep information from the user in your server (Session method) and how to share information between users (Application method). This is only a basic tutorial for beginners with only basic features are described.
|
| 3. |
Cookies with ASP
|
|
|
Cookies can be a good method for passing data between pages and especially for retaining data between sessions. Today, its pretty safe to assume that anyone who is using your site can use cookies, since nearly every site that is non-static makes use of them(including all ASP sites that use sessions). It is also possible to set and read cookies using client-side code, but it is a bit more difficult. Reading and writing cookies using Active Server Pages built in Request and Response objects is incredibly easy.
|
| 5. |
Quick Cookie 101
|
|
|
This quick and simple tutorial gives you an quick idea on how cookies are set & read by your scripts. Cookies are a quick and easy way to add any form of interaction to your site this tutorial gives you a quick 101 on how to use them in your scripts. A tutorial worth a read for both beginners and advanced.
|
|
|