Implement Logout

0
I have created a basic app with security level as prototype/demo. I want to add Logout option in navigation menu. This should clear the user session and redirect the user back to home page. Kindly advise.    
asked
2 answers
2

You just need to add a new item to your navigation menu. Call it “Logout” (or whatever wording you want to use) and in the “on click” dropdown, select “Sign out”. This will add a Logout option to your navigation menu.

https://docs.mendix.com/refguide/setting-up-the-navigation-structure/#menu-items

I hope this helps.

answered
0

Thanks Robert. 

answered