Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to clear page content after page is submitted in Apex?

Rhine23Jun 14 2017 — edited Jun 21 2017

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.

  1. So far I have disabled the browser cache for the pageĀ  (doesnt work data still remains)
  2. Created a process that resets pagination after page is submitted (doesnt work also )
  3. 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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 19 2017
Added on Jun 14 2017
6 comments
4,706 views