How to disable back button for a page?

0
Is there any way to disable back button for a page? I have created a customised login page using non persistable entity as session storage. While clicking on logout button it will call a microflow that will delete the session object. After logging out if i press back button it will show the previous page without data. Is there any solution for this problem?
asked
1 answers
1

Hi Deepu,

  You can add a 'close page' microflow action to the flow that deletes the session object.  This will remove the previous page from the stack and users will not be able to get to it using the back button.  

answered