On Mon, 2004-03-08 at 13:44, Chris Ochs wrote:
> sub handler {
>         $r = shift;
>         untie %session;

%session is a global then?  That explains why you have trouble when the
script dies.  I'd suggest switching to using $r->pnotes() for storing
it.  Alternatively, you could use a cleanup handler to clear it, but I
don't trust that as much the pnotes approach.

- Perrin


-- 
Report problems: 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