RE: [U2] SBClient Question - Apply Logout Script to SBCLIENT

2006-10-05 Thread Angelo Collazo
This worked for me. Thanks Stuart. Cheers, Angelo Collazo System Administrator Angelo, From within SBServer, you can CALL TU.SESSION.CLOSE() from an exit verb which will close the session without a dialog. Or a script: Script Name: logout_script Trigger String:

RE: [U2] SBClient Question - Apply Logout Script to SBCLIENT

2006-10-05 Thread Angelo Collazo
Stuart or Others, The solution provided here works well when the logout_script is executed in normal SBClient logout but when you do a kill PID( I know, not a good practice, but we have users idled for over five+ ours) on it, It does NOT execute the logout_script and it shows the Session

RE: [sbs] RE: [U2] SBClient Question - Apply Logout Script to SBCLIENT

2006-10-05 Thread Angelo Collazo
Correction: /ud/bin/deleteuser NOT kill PID. Cheers, Angelo Collazo System Administrator Stuart or Others, The solution provided here works well when the logout_script is executed in normal SBClient logout but when you do a kill PID( I know, not a good practice, but we have users idled for

RE: [U2] SBClient Question - Apply Logout Script to SBCLIENT

2006-10-05 Thread Bob Woodward
: Thursday, October 05, 2006 1:20 PM To: u2-users@listserver.u2ug.org; [EMAIL PROTECTED] Subject: RE: [U2] SBClient Question - Apply Logout Script to SBCLIENT Stuart or Others, The solution provided here works well when the logout_script is executed in normal SBClient logout but when you do a kill PID( I

RE: [U2] SBClient Question - Apply Logout Script to SBCLIENT

2006-10-04 Thread Stuart . Boydell
Angelo, From within SBServer, you can CALL TU.SESSION.CLOSE() from an exit verb which will close the session without a dialog. Or a script: Script Name: logout_script Trigger String: script_started Trigger Response: [exit_session(265)][script_end()] Assign this