This is because the browser back button does not send any new requests to your CFML server. It loads the cached page from the browser.
o
Ookma-Kyi
10/23/2022, 7:40 PM
@elpete So this is considered normal behavior? Should I ignore it and if not how can I fix it?
e
elpete
10/23/2022, 7:41 PM
It is considered normal. I’d try to use something besides redirectBack in this case. My overwhelming use case is after a form submission which is always a new request.
o
Ookma-Kyi
10/24/2022, 3:06 PM
@elpete What would you recommend in this case, redirecting to the home page instead of the last page visited?