[Templates] Apache::Template and persistant pnotes across internal_redirects

perrin@elem.com perrin@elem.com
Sat, 16 Mar 2002 09:46:30 -0800 (PST)


> The one solution I've come up with so far is to just point
> the public to a directory of Apache::Registry scripts. Each
> script then fills pnotes with references to this/that/other
> and calls internal_redirect to a "mirror" template page.

Why don't you just run the template, passing in your data?  There's no need
to use Apache::Template if you already have a Registry script running.

- Perrin