When moving to the previous page, the data are shown in the widgets. How to avoid this

0
From User Registration, i get into the detailes pages. and when i come back to the registration page thru browser navigation, the data is available there
asked
1 answers
0

You could avoid this by placing all the info shown on the page in a separate non persistent entity, and showing that on the page while in the registration flow, and then deleting this entity after the user leaves the page. This way, when the user goes back it won’t be able to read these details anymore. 

answered