Create your logout action in Server Connect panel (security provider, logout, save). Add to your page with no load selected and ticked, maybe add a browser redirect at this point to redirect to the login page or whichever page you wish to redirect the user. Add an onlick mouse dynamic event to fire the action. Jobs-a-good-un.
I am working on the include page. The Logout action is working OK but I can’t get the re-direct to the login page (index.php) to work.
For my Logout Navbar link I have a dynamic event for click that fires the logout server action.
On the same click event I have a browser.goto that redirects to ‘index.php’ - this part is not working as the browser just displays the original page. If I do a browser refresh then I get redirected to the login page via the security actions.