A user gets directed to a specific page after completing some process. On this page, there is sensitive information that should be hidden every time after the first view.
How should I go about approaching this problem? Any resources and direction would be greatly appreciated.
Mayby before they are redirected you set a session var like.
Before redirection:
Then on the secure page.
That should also clear the session var.