> 
> But while Recovering the Cookie I got some errors:
> 
> $cookie_ref = Apache::Cookie->fetch;

any difference if you change that to:
my $r = Apache->request;
my $cookies = Apache::Cookie->new($r)->parse;

?

Reply via email to