> >
> > Could you try if a
> >
> > use Apache2::compat ;
> >
> > Fixes the problem?
>
> thanks. problem solved.
>
Ok, then I will put a similar solution in Embperl itself
Gerald
** Virus checked by BB-5000 Mailfilter **
Gerald Richter wrote:
Hi,
Problem seems to be with
$req_rec->header_in('Cookie')
as header_in(), header_out() and err_header_out() are not
available in
mod_perl 2.0.
http://apache.perl.org/docs/2.0/user/porting/compat.html#C__r_
E_gt_header_in_
or is there some bug in my coding?
Could y
Hi,
>
> Problem seems to be with
> $req_rec->header_in('Cookie')
>
> as header_in(), header_out() and err_header_out() are not
> available in
> mod_perl 2.0.
>
> http://apache.perl.org/docs/2.0/user/porting/compat.html#C__r_
> E_gt_header_in_
>
> or is there some bug in my coding?
>
Could y
Hi,
While using Embperl 2.1.0 under mod_perl 2.0.1 following error occurs:
code:
used under ModPerl::Registry.
###
use Apache2::RequestRec;
use Apache2::RequestUtil;
use Embperl;
$r = Apache2::RequestUtil->request;
$session = Embperl::Req::SetupSession ($r);
$test = $session -> {test};