Check for existence of a cookie
I've seen how to do this in ASP.net, but I'm still in regular ASP. This was originally coded in PHP using isset($_COOKIE['name]). If it existed, the access code was extracted and written to the request header $_POST. We are changing platforms, and I would like to do this in ASP now. If no cookie exists, the login page is built. If data comes in through the cookie, or the form, it is evaluated and the page is built accordingly. I need to know if a cookie was present in case I need to clear it (deactivated account) or update it. Suggestions?
Have a Peachy Day
|