On Wed, 2004-02-11 at 12:42, ian douglas wrote:
> Our real webapp.pl code is 25,000 lines long, I
> certainly didn't want to post that in a message ;o)

Okay, but it's much easier to help you if you post a real working
example.  If you're still not sure how to solve the problem, post a
small working example and we should be able to figure it out.

> As for globals like %COOKIES, I will be clearing those out at the exit point of
> the script.

Safer to do it in a cleanup handler.  Safer still to use lexicals, or
stash things in $r->pnotes() for the length of the request.

- Perrin


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to