Hi All, Does anyone has an answer ? I asked this on the forum a few days ago but I did not get any response ?
I have a service in soapsession scope. The underlying class implements the org.apache.axis2.engine.LifeCycle class. When a session starts the init()method is called. When a session end the destroy() method is called. So far so good :-) Now when the session expires (time out) the destroy() is *not* called. This is quire annoying as I need to to some 'clean-up'. How can the session be notified it has been expired ? Any ideas ? Regards, H.