[Zope-dev] Problems with LoginManager form-based login

Phillip J. Eby pje@telecommunity.com
Fri, 26 May 2000 19:17:34 -0500


At 06:14 PM 5/26/00 -0400, Evan Simpson wrote:
>
>D'oh!  How 'bout if REQUEST.close() were to always do a
>self.__dict__.clear()?
>

Are you absolutely positively sure that REQUEST.response is never accessed
following REQUEST.close()?  In my cursory examination of the code paths, I
wasn't sure that could be definitively said.