Hi I have a couple of questions regarding the webserver/HTML5 client.
1. Is there a mechanism that can be employed that warns the user if they attempt to close the browser window when running an app on the server with the HTML5 client? Closing the browser window terminates the app (which at least prevents orpahaned apps on the server) but could be undesirable, particularly with multiuser database apps.
2. If a user logs in multiple times from the same machine and starts another instance of the app they are already running, this new instance runs in the existing browser window and the previous instance is orphaned. By setting the user to only allow a single login this can br prevented but there does not appear to be a way to allow more than one instance of the same app on a client machine?
Many thanks