Is it posisble in some way to tell the client to disconnect from within one of my applications? right now we have been using the right click / disconnect option on the 2X icon - but would like to actually build it into my application using a link to a batch file or something similar. Just wondering if anyone had a suggestion. Thanks, -D2G
Hi there, If you close the application, the system will allow something like 30 sec before disconnecting the session. This delay is introduced so that if you need to open any other application with in that time frame the same session is used. Nixu
Yah - i noticed it does that - but what im really wanting to do is interface with our VPN client.. so that once the application is closed it disconnects immediately insetad of waiting 30 seconds and then closes our vpn connection. Still looking for the right solution - ive even been experimenting with custom batch files for launching applications and using TSDISCON.EXE to disconnect the session after is ran the app. I'll post my results and what i go with later - and as always im open to ideas Thanks! - D2G
you can always run logoff in a console from the terminal session, this will immediately log you off. Nixu