Closing session

Help us improve our product. Feature requests are welcomed!
Post Reply
Frans
Posts: 8
Joined: Wed Oct 17, 2018 8:46 am

Closing session

Post by Frans » Tue Mar 30, 2021 3:07 pm

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

User avatar
admin
Site Admin
Posts: 1649
Joined: Wed Sep 05, 2012 6:38 am

Re: Closing session

Post by admin » Wed Mar 31, 2021 4:35 pm

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
Olivier
TSplus support team administrator
Image

Frans
Posts: 8
Joined: Wed Oct 17, 2018 8:46 am

Re: Closing session

Post by Frans » Fri Apr 02, 2021 7:48 am

Thank,

Will give it a try

Regards Frans

Post Reply