PDA

View Full Version : FC4t2 Cookies/perl problem


Digimer
2005-04-27, 03:33 PM CDT
Hi all,

I'm working on a web-based perl program that makes very minor use of cookies but their use is critical... and now broken under FC4t2. When I try to read the contents of a cookie from an FC4t2 machine (from FC3) in mozilla the cookie names are returned via '$ENV{HTTP_COOKIE}' but the values are blank. Through Firefox and Konquorer nothing is returned at all. This same program, when installed on a FC1 machine works just fine.

Has anyone else run into cookie problems? Is this an Apache problem? I don't *think* so because as I understand it Apache will just pass the cookie data from the browser to the perl script.

Thanks for any help!

Madison

Digimer
2005-04-28, 11:46 AM CDT
Update, whatever it was fixed itself after today's updates. That said, today's updates crashed my system hard (rebooted on it's own) and took out ALSA. OSS works though...

Madison