Ahh. Thanks much.

darren chamberlain wrote:


> 
> 
> Nor should it be. You need to set the note in the subrequest, or
> access the parent's notes table.
> 
> Try replacing the first piece with:
> 
>     my $subr = $r->lookup_uri('test.php3');
>     $subr->notes('seen' => $seen);
>     $subr->run;
> 
> And the note "seen" will be present. You can't, as far as I know,
> access the parent request from a PHP script, just like you can't
> for normal CGI scripts that are run as subrequests. That's just a
> limitation of the model, and probably a good reason to rewrite
> the whole piece in mod_perl, by the way.
> 
> (darren)


-- 
Daniel Bohling

Reply via email to