I might not understand what you mean by "Webspeed page that is passing to my php page". Is your browser requesting the Webspeed page, or is your php script connecting to webspeed directly via a call to fopen?
What domain(url) was the original cookie made valid for? If you are requesting your script from the same domain(url), you will get the results that you expect, but if you they are different, your browser knows that difference and cookies valid in one domain(url) will not show up when you look for them in another domain(url). Court > -----Original Message----- > I have a WebSpeed page that is passing to my php page. They are using > session cookies to test for login status. I didn't think there was > anyway for me to test for a session cookie set by another > language using > php. So I had them create an additional client cookie for me to test > by. Not only did my scripts not detect the cookie on my machine, but > when I echo out the size of $HTML_COOKIE_VARS it says 1 (even though I > have 50 cookies on my machine) and item 0 of the array is empty when I > echo that out. Why isn't the traditional way of grabbing cookies > working, and is there any way for me to utilize the session > cookies that > Webspeed set. > P.S. I am using IE 6.0 if that makes any difference > Angie -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]