Hi Everyone,
I am working on Apex 23.1.0.
I am facing one know issue in which after Log out if I click on browser back button it takes me back to previous page and it shows all the data in it with Message Session has ended.
Steps -
- Once Log in, I am on page 10 of my application can see all data. Page 10 is Public page.
- I clicked Log out, all standard logout routine is executed and it take me back to Home page (Page no 10)
- Page 10 is common, When I Login we show some conditional region with data in it and once log out those regions will be hidden.
- After Log out if I click on Browser back button it will take to previous page(which is page 10) and all the data is exposed with popup message saying Session has ended.

- At this point If I click on any link of page nothing will happen.
I have check other post related to Logout but no luck.
It looks like browser displays the page from its cache but not sure, not in favour of disabling browser back button.
Can someone please help me with this.