I have advanced security enabled and my own login form. I need a function to logout the current user of the solution and login as an other user to the same solution (Smart Client).
This worked fine in Servoy 5.2.x, but in Servoy 6.0.1 the funcion ‘security.logout()’ doesn’t logout the current user!? The user is always as client in servoy-admin!
Only ‘application.exit()’ is loggin out the user from the server.
I couldn’t find in the wiki and forum that anything has changed.
How do I get it to work the user logs out, the main solution window is closing and the login dialog form from the login module is opening in Servoy 6?