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
Closing session
Re: Closing session
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
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
Olivier
TSplus support team administrator

TSplus support team administrator

Re: Closing session
Thank,
Will give it a try
Regards Frans
Will give it a try
Regards Frans