Hi,
Using DFC/WDK 5.3, I am trying to capture when the user closes the browser.
IHttpSessionManagerUnboundListener is supposed to be used for this. I have done the following:
- My component extends IHttpSessionManagerUnboundListener
- Added the listener: SessionManagerHttpBinding.addHttpSessionUnboundListener(this);
- Implemented unbound(IDfSessionManager idfsessionmanager) - that is supposed to be called when the user closes the browser (or the HTTP session is cleared up).
However unbound() is rarely/never executed (I have seen it executed *once* despite many runs of the code)
Any advice would be greatly appreciated.
Regards,
Tim