Hi Guys.
Any ideas on this on please.
I have a page in my application where a user would enter sensitive data (password, ID..etc). The problem is that once the page is submitted via a button being pressed the user is directed to a login page. The problem is that if the user has to hit the back button on the browser all the information that was previously entered is still visible.
What I would like to happen is that once the page is submitted the contents in the fields must be removed.
And if the back button on the browser is pressed while on current page when arriving back at the previous the fields must be empty.
- So far I have disabled the browser cache for the pageĀ (doesnt work data still remains)
- Created a process that resets pagination after page is submitted (doesnt work also )
- Looked at the link https://docs.oracle.com/database/121/HTMDB/concept_ses_val.htm#HTMDB03014 but im still lost.
Any toughs team. Thank you kindly