Lock out a session by user name on any nodeSummaryA user can be locked out from the sys_user record but this will not lock out the current activity session for that user. The instructions below provide an option to force a session by user name to be locked out.Instructions1. Goto System Maintenance > Scripts - Background 2. Run the following command under the Global scope. Update the user_name with the user name of the session that needs to be locked out GlideSessions.lockOutSessionsInAllNodes("user_name"); Note: This will not lock out the user from accessing the platform, this will only lock out the current session for that user. The user can be locked out by update the sys_user record.