| Topic: ASP Cookies Creating an ASP cookie is exactly the same process as creating an ASP Session. Once again, you must create a key / value pair where the key will be the name of our "created cookie". The created cookie will store the value which contains the actual data. Retrieving Cookies To get the information we have stored in the cookie we must use the ASP Request Object that provides a nice method for retrieving cookies we have stored on the user's computer. Below we retrieve our cookie and print out its value.
|
|