Hi,
Suppose there is an account = Marry, I login as Marry in my office computer and have not logout. If I login as Marry in my home computer, I want to let my office computer's Marry out.
How Can I implement this in aras.
Some Clues I found:
1, There is a sql server table whose name is application.ACTIVEUSER
2, there is a config in InnovatorServerConfig.xml which is <operating_parameter key="enable_session_time_out" value="true"/>
3, we can set some system event method when user login or logout.
But I can not combine them to implement our functions. Can you give me some help?