On Thu, Mar 20, 2008 at 11:30 AM, Robert Landrum <[EMAIL PROTECTED]> wrote: > Also, it's Apache::Session that contains the methods for handling the > tie-ing. It has no UNTIE method... only DESTROY, which suggests that if > this were a bug, someone would have found it by now.
People constantly have problems with scoping issues when using this module. The only safe way to handle it, if you put it in a global, is to explicitly force a write at the end of each request. Using the DESTROY hook to trigger writing seems to be very problematic. - Perrin
