You can use setup a callback on your application with External.addCallback(...) Then in your html template, you can listen to the javascript event "onbeforeunload" and call the function you have defined.
Cheers, Julien Nicoulaud 2009/10/19 Christophe <[email protected]> > > > Hello, > > I want to know when the user exit from my application, or if it does not > closed, when he exit from the navigator. > > Is it to avoid to have several users connected with the same login. > > Which function to use ? > Thank you, > Christophe, > > >

