Page 1 of 1

Closing session

Posted: Tue Mar 30, 2021 3:07 pm
by Frans
Good afternoon,

We have an application that while closing is making a copy of some files.
The user closes the session while the program is still busy for a few seconds.

It would be nice to make it possible to make a delay in the real closing of the session (a sort of countdown)
Perhaps a field with 0 to 10 seconds.

Regards Frans

Re: Closing session

Posted: Wed Mar 31, 2021 4:35 pm
by admin
Hello,

Thank you for your feedback, I will notify our dev team about it as something should be doable in this regard.
This can be an issue if you assign only one application to your users, closing the app too soon may cause some trouble with opened file and database.

Here is a workaround that you can use :

Use the timeout command to create a logoff.bat script that will look like this :

Timeout /T 10 /NOBREAK

Doing so, when a logoff occurs, a countdown of 10 seconds is applied before the logoff actually occurs.

Use this documentation to assign this script to non administrator users only : https://support.tsplus.net/a/solutions/ ... 85?lang=en

Re: Closing session

Posted: Fri Apr 02, 2021 7:48 am
by Frans
Thank,

Will give it a try

Regards Frans