Is it possible to disconnect automatically users in AIMMS PRO after being inactive after some minutes?
Page 1 / 1
Hi @gabiservidone ,
For WebUI applications you could use: pro::sessionmanager::FinishSession
For WinUI applications you could use: exitAimms
WebUI session remains active for 5 minutes after logout. After 5 minutes the session will be deactivated.
For WebUI applications you could use: pro::sessionmanager::FinishSession
For WinUI applications you could use: exitAimms
WebUI session remains active for 5 minutes after logout. After 5 minutes the session will be deactivated.
Thanks!
The idea behind these questions is to control inactivity when using WebUI. At WinUI systems this was not a big problem since it is harder to forget an program open, but to leave a page inside your browser open is much more common.
Or even, currently the client has 10 seats, if the 11th tries to access, the app will run the mainInicialization? Could I list all the connected users and disconnect the most inactive or the one that is connected the longest?
Hi @gabiservidone
AIMMS cannot determine when someone is 'idle' or what the conditions for that should be.
In the case that you describe, a work instruction on this might help.
@mateusarakawa , yes can configure 'the idle time'.
You can place a 'webui-check-alive-settings.txt' in the main folder containing the content:
like : 300 10
That means 300 seconds idle time, and checks are made every 10 seconds.
The 300/10 values are the default.
Hope this helps.
AIMMS cannot determine when someone is 'idle' or what the conditions for that should be.
In the case that you describe, a work instruction on this might help.
You can place a 'webui-check-alive-settings.txt' in the main folder containing the content:
like : 300 10
That means 300 seconds idle time, and checks are made every 10 seconds.
The 300/10 values are the default.
Hope this helps.
Reply
Sign up
Already have an account? Login
Please use your business or academic e-mail address to register
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.