A free tool to manage the processes of orphaned sessions Citrix / Terminal Server
How many times have you ever close a published application and see that the session remains hanging from the server? This type of problem is quite annoying, especially because the user has to reopen the application fails because the first Terminal Server session is already open! This problem occurs because during the execution of our application has been published by another process opened a program that does not quit when we go out from our application (think of the reporting programs written with Oracle Developer). The Presentation Server does not close the session because they still see an active process which knows nothing.
The classic solution is to add the registry key process in LogoffCheckSysModules , but in this case we need to know the exact name or processes to be included.
Tim Mangan wrote a little program called LaunchIT, which allows you to launch the published application and keep track of all the processes that are open. At the close of the application published LaunchIT terminates all processes that have been opened.
You can find LaunchIT and other tools by the same author here .
Other articles on similar topics:
- A series of tools for environments Terminal Server / Citrix
- Citrix session logoff tools
- Citrix Printdetect: manage printer drivers remotely
- Gourami releases a free tool to uninstall every ICA client
- Regional Settings with Terminal Server / Citrix Presentation Server
- Analysis of problems on Streaming Applications
- Adobe Flash Player with Terminal Server / Citrix XenApp (Presentation Server)
