GLKGail
-
Total Posts
:
1
- Scores: 0
-
Reward points
:
0
- Joined: 6/10/2008
-
Status: offline
|
Check for existence of a cookie
Tuesday, June 10, 2008 11:58 PM
( permalink)
Working on re-coding our member login page from PHP to ASP. Previously, I checked for the existence of a cookie holding the access code. If it was set, then the code was retrieved and inserted into the request header as if it came from the form itself. If the code was still valid, the page is built accordingly. If it is no longer valid, the cookie is deleted and an appropriate message is displayed. If no cookie exists at all, the login form is displayed. This was done all in one php page using includes. How do I check to see if a cookie is set in ASP? I've seen instructions for ASP.net, but I'm using standard ASP. Thanks Much
|
|
|
|
webber123456
-
Total Posts
:
58
- Scores: 0
-
Reward points
:
0
- Joined: 9/20/2007
-
Status: offline
|
RE: Check for existence of a cookie
Saturday, June 14, 2008 1:56 AM
( permalink)
google: asp -.net cookies
|
|
|
|