Force log off of current user

@AlanM provided an alternate solution to this issue HERE.

override wait
   runas=currentuser
wait logoff {session id of current user}

Alan explains it better, but apparently, because of how the BES Client executes the code as the Current User, it is still spawned in a new session, so the user isn’t logged off unless the users Session ID is used to log them off.

1 Like