L
Lieven De Foor
Guest
Assuming you have the source of the application, there are several ways to build in some sort of time-out mechanism on the client side. In classic UI you can use WAIT-FOR xxx PAUSE statement to timeout (and then check for any active transactions and quit the session if needed); in .NET UI you can look at the ApplicationIdle .net component ( www.codeproject.com/.../Application-Idle ).
Continue reading...
Continue reading...