End Conversation in Seam when the user leaves the page
问题 Is there some way to end a conversation in Seam 2 when the user leaves the page? I know, that I can of course end a conversation in the navigation rules( see this post), but I want to end a conversation when the user enters an url in the address bar of the browser. Could this be achieved via Javascript (for example with onbeforeunload)? But how to stop a conversation via javascript? 回答1: I want to end a conversation when the user enters an url in the address bar of the browser. Could this be