Do you mean the dialog that appears indicating user has logged in/out? If you are using login/logout through script, you can supply the login/logout function with the value 'false'
Code: Select all
Globals.Security.Login(false);
Globals.Security.Logout(false);