Title: Urgent: How to know when a Session has been terminated within Apache SOAP

Hi,
        I would really appreciate any help/suggestions regarding this issue.
        I have a problem regarding allocation/reallocation of resources per session.
        The idea is that some resources are allocated to be able to service a session enabled client when we receive the first request. Those resources must be deallocated when the session terminates.

       I need to know/be notified when the HTTP session has been terminated within the SOAP code.
        Does SOAP know when the HTTP session has been terminated?
        For example the client connection has dropped and effectively the Tomcat knows that this session is not active anymore. Can I get notified of that event within Apache SOAP?

        Is there way so I can free session allocated resources when a session terminates?
        Is there for example a session listener interface that can be implemented?

Many thanks,
Joan.

Reply via email to