Vivek Khera ([EMAIL PROTECTED]) said something to this effect on 02/06/2001:
> However, at the end of the template processing, the object is not
> destroyed; that is, the DESTROY() method is never called, and
> therefore the tied hash never gets untied and  Apache::Session::MySQL
> doesn't get a chance to write the data back to the store.

You aren't clear about the scope of $tt; it sounds like a package
level global, if it's being destroyed when the children exit.

How about creating a PerlCleanupHandler to explicit destroy $tt?

(darren)

-- 
Entropy isn't what it used to be.

Reply via email to