Login button functionality
Hi,
We wanted to restrict the users from logging in from multiple browsers using same username. For eg: if a user named 'abc' logs in to thingworx through form login from his local browser(with remote ip) and logins to remote desktop and logins with same username 'abc' through form login. There will be 2 sessions for same user which might mess the services and their output flow binded in mashups.
So, Is there a way on Submit button in Form Login page, can we check whether the user is already active in any browser and if so, we should restrict login and give a message 'To continue, please logout from other browser'.
Or, on click of Submit button in form login page, is it possible to insert a entry in SQL DB through service in a temp table which I will create for storing the session info.
Thanks,
Shalini V.

