I've got an application that allows a set number of users at a time. Every now and then we have more than the maximum number of users trying to get in, but they can't do so until someone else logs out first. This is caused by users who don't bother to log out of the application even though they're away from their desks for hours on end. Since each new user license costs about $4000, we don't want to buy more licenses until it becomes a necessity.
I'd like to find some way to monitor whether or not an application/process has been idle, and then log the user out of the application if it's been idle for a certain length of time. Are there any products already available that handle situations like this?
I'd like to find some way to monitor whether or not an application/process has been idle, and then log the user out of the application if it's been idle for a certain length of time. Are there any products already available that handle situations like this?