Logout - EtheaDev/kitto2 GitHub Wiki

This is a tool controller, meaning you can add it f. ex. to a menu.

By default, it closes the session and shows the login view (or the main view if the authenticator being used does not need a login view).

For example, you can use the controller in a MainMenu file as following:

...
Folder: Session
  View:
    Controller: Logout
    DisplayLabel: Logout
    ImageName: login

and this is the result:

https://CloseSession.png