You said below, "I would have expected coccon to make use of the sessionDestroyed method on this object". What object are you referring to? AFAIK, all Cocoon requires is that it's Session-based objects be deleted at Session termination - which the container takes care of automatically.
Ralph
At 7/6/2004 08:54 AM, you wrote:
But it is important to be able to take control when a session expires, so you can free up any resources in use (such as a database connection). The interface HttpSessionListener is available for objects to receive notification of session binding and unbinding. I would have expected coccon to make use of the sessionDestroyed method on this object to be able to pass control at session termination, but I cannot find any reference in the source code to HttpSessionListener so I conclude that it does not allow this.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
