Howdy,
I tried searching for this answer but can't find it.
We're writing a set of pages that require a cgi login and then php functionality the rest of the way. The php pages are supposed to read a cookie that the login page (cgi) creates. When setting the cookie in perl, another perl program can detect the cookie, but then the php files can't detect it. When setting the cookie in php, the php files can detect it afterwards. This just doesn't make any sense. Any ideas? Do you need sample code?
Mark