I use this method: plugins.maintenance.shutDownClient to close the clients after some while. The problem is that the WebClient is frozen and only if the page is manually refreshed, the login solution will appear. How can I do to show him the login solution again directly without letting the user to think that the app is frozen, and eventually a message that he was automatically logged out?
The SmartClient is completely close, but I would like to display here also the login screen?
Can I use something else, and not the plugins.maintenance.shutDownClient method?
Any other suggestion on how to close the main solution and display the login screen to the user? Not necessarily with that plugin. I was thinking to call a method from the headlessclient to the smart/web client. And to implement the logout/login screen on the client, but to call it from the server. Is that possible?