Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Can we handle the browser event in the Thingworx? I have a requirement that when we close a tab in browser then I want some log/notification that this particular tab is closed.
Is there any documentation available on this or any API or script that can help?
OR How to get a session variable for the state of the child page created from the parent page. Is there a session variable or something which waits for the child to exit?
1. You can track active sessions server side
2. For a browser close event, you probably need some custom extension, do note that it means on the server, the session will stay active until the session time out, of course you could use the event to force the session to be closed.
Thanks Pai ! We would try out #2 suggestion.
This document was generated from the following discussion: Handle browser event in thingworx