I did a quiz, where at the end, the user certifies. It was brought to my
attention that after certification, the user could just hit the back
button and submit another certification (for example, maybe a co-worker)
without going through the quiz.
There is no login involved. Is there a way, or, what is the best way to
prevent the user from going back?
I've tried:
header("Cache-Control: no-cache");
header("Cache-Control: no-store");
attention that after certification, the user could just hit the back
button and submit another certification (for example, maybe a co-worker)
without going through the quiz.
There is no login involved. Is there a way, or, what is the best way to
prevent the user from going back?
I've tried:
header("Cache-Control: no-cache");
header("Cache-Control: no-store");
Comment