How to clean up "dirty" web-quits ?

Hi, I’m running a web app (standalone). and almost all works very well…

But, if I run it on an iPhone, and remove/close that page in safari browser, I stil have an active session going on… I can not close my session, if the webpage/browser just stops/quits…

So how can I have a look at all sessions that are not active anymore and close/free them up…

Users will almost “always” just close the browser or window… so how can I clean up these quits ?

Still doing som testing, and now it looks like I get a decrease in active session, with all my test for force quit, and browser quits on phone etc… Nice…

They should silently die when the timeout has run out.
Look at SessionTimeout in the LR :slight_smile:

OK, I had one now, but it ended silently as you said… hopefully they all do.

Thanks.