I'm currently firing an event on onBeforeUnload to handle unwanted exits of the application. It works fine in IE and Firefox and I can logoff WCF duplex clients from my service instance. But it does not work in Chrome.
Is there any workaround for this ? My Chrome callbacks are always throwing timeout exceptions because of this.