cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Handle browser event in thingworx

vgarg
6-Contributor

Handle browser event in thingworx

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?

2 REPLIES 2
PaiChung
22-Sapphire I
(To:vgarg)

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.

Top Tags