On Wed, 2003-10-01 at 18:56, Dave Rolsky wrote: > On Wed, 1 Oct 2003, Javier Alvarado wrote: > > > 2) Make sure the session is untied after *every* request (i.e. even if > > a request is aborted, an error occurs in the middle, etc). Otherwise, > > when the next request tries to tie it it will block. > > With MasonX::Request::WithApacheSession, this should happen automatically, > since the session is stored in the request object, and the request object > only lives for a single request.
It would still be possible to screw this up if someone copied it into a global or made a closure, intentionally or not. That's what I would look for. - Perrin