We use a commercially available application written in Progress 9.1D and running on a Windows platform. Something in the application is failing to release user sessions when users logout. The result is that our available Progress license count is reached and we are locked out until we restart the database and broker. This occurs at least once everyday. I am aware of the method of killing user sessions with the ProShut command. However, I am looking for something I can do from code to release the user sessions without restarting the database and broker. Other database engines like Oracle and SQL Server provide a way to kill user processes from within the database. How can this be done in Progress?