Hello everybody, We have an application running on a production line which we want to auto-login but only certain usernames need to have auto-login. I have a client startup script, look at the username, and if it is not in the approved logs out the user using system.security.logout().
This worked until version 8.1.17 but now the statement "system.security.logout()" generate "Unexpected exception retrieving UDT definitions during component startup"
Any suggestion?
Thank you