Hi to comunity, i'm developing some scripts (handlers) that need (or that's what i think) to fill the ENV hash, so i can take the cookie data.
Which mod_perl version are using? Always include at least that information in your questions.
Can we summarize your problem as %ENV getting a sticky value of the previously set HTTP_COOKIE value? It's supposed to be reset on each new request.
It's more likely that you have used some global variables and haven't initialized them, so they persist across the requests. If you can show a *short* code sample you are having a problem with, it'll be easier for us to understand what your problem is.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html