J
jwgoerlich
Hello all,
Due to the corporate security policy, I have an application that must
be terminated if it is idle for more than an hour. Users are getting
at this app from a terminal services session. I can easily set the
idle time on the RDP/ICA listener to reset the session after an hour.
However, in doing so the app is forcibly closed. This causes problems
within the app.
What I need is to close the app before resetting the session. From the
top of my head, I can think of two ways to do this: 1) have the
session gracefully log off rather than forcibly reset; 2) attach a
script to run during the reset and close the app then.
I would appreciate it if one of you could assist me with either of
these ideas, or propose a better "best practice" method of logging
sessions off after being idle.
Thanks in advance,
J Wolfgang Goerlich
Due to the corporate security policy, I have an application that must
be terminated if it is idle for more than an hour. Users are getting
at this app from a terminal services session. I can easily set the
idle time on the RDP/ICA listener to reset the session after an hour.
However, in doing so the app is forcibly closed. This causes problems
within the app.
What I need is to close the app before resetting the session. From the
top of my head, I can think of two ways to do this: 1) have the
session gracefully log off rather than forcibly reset; 2) attach a
script to run during the reset and close the app then.
I would appreciate it if one of you could assist me with either of
these ideas, or propose a better "best practice" method of logging
sessions off after being idle.
Thanks in advance,
J Wolfgang Goerlich