Forums

ASP

This topic is locked

Newb question on HTTP headers

Posted 20 Jan 2006 17:17:29
1
has voted
20 Jan 2006 17:17:29 Eric Johnson posted:
Hi. I was wondering if somebody might be able to help me out. I'm a fledgling learning ASP on the fly (pardon the pun) and need some help with a script. I have messed around with Request.ServerVariables and have a script in place that outputs all the HTTP Headers and corresponding values. Now I need to take that output and verify that 10 headers exist. And if so, I need to store the values of those 10 entries for further processing (TBD). One of the 10 entries is HTTP_COOKIE which contains as many as 6 unique Session IDs. It is unclear to me how I can parse that and store the one Session ID that I care about.

Any help would be greatly appreciated. I'm under the gun trying to get this done today.

Reply to this topic