Complete logout page

Hi everyone, I am not what I am missing.
I follow complete logout action, and on detail page after logout out it redirect the page to login page. the problem I am having is if I click the browser back it goes back to page that I logged out.
I would like to make sure if someone logged out wont be able to see the page again until logged it again.

Thank you,

Hello,
did you secure the logout page?
And all the pages you want to secure.

1 Like

These might help.

Do your page redirect on success of logout server connect action. not on button click.

Check you have security provider enforcer settings on your landing page.

If your logout button is an anchor link/button check that nothing is in the ‘link’ setting. Mine was behaving like yours until I removed the # that was there.

Thank you so much it worked