At 05:43 10.06.2002, Mark Korey wrote: >ENV{HTTP_COOKIE} does not contain a newly set cookie, often it >still contains an old value when I try to change it (ie switch to a >different user). >Everything else appears to be working fine.
If you're saying that $ENV{HTTP_COOKIE} is empty, you should set "PerlSetupEnv On" in your Location section. See http://perl.apache.org/release/docs/1.0/guide/config.html#PerlSetupEnv Could we see your code (an excerpt showing the problem)? You might be doing something wrong when trying to set cookies. Furthermore, you should really be using CGI.pm, CGI::Cookie or Apache::Cookie for your cookie needs. -- Per Einar Ellefsen [EMAIL PROTECTED]