I did post a question but i did not recognize the answer (due to "my" spam???). Looking through google i've found that someone has answered me, asking for more details.
Here there are: mod_perl 2.0 (1.999??) and perl 5.81
Sorry, please see what do we need you to tell us here: http://perl.apache.org/bugs/
Is $r->subprocess_env->clear; needed in mod_perl 2 ??
it hasn't changed from mod_perl 1 I believe
Is there any way to acced to HTTP_COOKIE without the ENV hash? throw $r for example?
You can access any HTTP headers via $r->headers_in
$r->headers_in->get('HTTP_COOKIE') or whatever header your client is setting ('COOKIE'?)
__________________________________________________________________ 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