Hi there,
I am using SmartGWT 3.0 and I wonder if there is a possibility to do something before a User closes the Browser Window. (Something like onUnload in JS)
This must not be a 100% solution. I have to invalidate a host-session. My fallback solution is to use a HttpSessionListener to do this, but it would be nice to do this immediately after a User closes the Browser window.
Thank you!
I am using SmartGWT 3.0 and I wonder if there is a possibility to do something before a User closes the Browser Window. (Something like onUnload in JS)
This must not be a 100% solution. I have to invalidate a host-session. My fallback solution is to use a HttpSessionListener to do this, but it would be nice to do this immediately after a User closes the Browser window.
Thank you!
Comment