Logging out User

Hi All,

Need help with something, after a user logs out of my application I am redirecting him to our website home page. But if is presses the back key in the Browser, he is officially logged out, but he can still that last page as a logged out user with all the details empty.

Is there a way I can terminate the entire workflow, and upon pressing back button he see login page…

Add workflow action: on page load if current user is not logged in navigate to index. Also, you can wrap all the info in one big group and set conditional formatting to invisible (with the collapse checkbox marked it needed) for current user not logged in

Wow, It worked. Thank you so much…

1 Like