Question:
How can I implement Viewer logout due to inactivity?
How can I implement Viewer logout due to inactivity?
Solution:
To do so, follow these procedures:
- Via E3Studio, access the Viewer’s properties, and set up Inactivity time (minutes) option on E3 Viewer tab.
- Also via E3Studio, create a script at the Viewer‘s OnInactive event that executes the Viewer‘s Logout method: Logout(false).
NOTE: This event works properly on version 3.1.151 or higher.