You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Stephen Burns <st...@tias.com.au> on 2003/04/24 03:05:13 UTC

Possible memory leakage

We are noticing that request and response objects are not getting
released, and we suspect that it is related to the SessionManager
object, when used with the AuthenticationManager, i.e. when using the
Authentication framework.
It does not appear that the recycle method of SessionManager ever gets
called.

Any comments?