Terminating a session remotely
Hi,
I have a web application that writes back to a database shared by a desktop application. A user will enter data on the web, and then likely call me to finalise a transaction. I will then use the desktop application.
Is there any way that I can terminate the user's session from my desktop app? The session has a listener which writes all data through to the database when the session is terminated, but at present I am waiting for the session timeout. (window closing does not always work because of dial-up modems etc).
Thanks
codemwnci

