Does anyone know if it is possible to retrieve cookies that were not set in php?
We have a site that is half perl/cgi and half php and I would like to capture cookies that are set in the cgi section.
I have run several tests with HTTP_COOKIE_VARS, but only get cookies that were set in php.
Thanks, Alan