I'm not sure if this is the right place to put this, but we've always had a problem getting users to log out of the system so that we can do whatever it is that we need to - it's a rare enough situation but it can cause problems as all our deployments or scheduled by our deployment people and if we can't deploy at a certain time then we may have to wait until other deployments for other apps have been completed before we get another chance.
What we've done recently is put a change into our application so that based on a particular event the application warns the user that the app will close in two minutes and then in one minute and then it exits and the app cannot be run until we reset the event.
I know that's nothing special and most apps can do that sort of stuff quite easily, but what I am wondering is: are there any "neat tricks" that your applications can do that makes your working lives easier?
What we've done recently is put a change into our application so that based on a particular event the application warns the user that the app will close in two minutes and then in one minute and then it exits and the app cannot be run until we reset the event.
I know that's nothing special and most apps can do that sort of stuff quite easily, but what I am wondering is: are there any "neat tricks" that your applications can do that makes your working lives easier?