I’m Newbie in cakephp and I create register page and login page
this problem
when I login success and redirect to dashboard when I click back in browser
it’s back to login page
Please tell us ways to fix this problem.
I’m Newbie in cakephp and I create register page and login page this problem
Share
Ah yes… the evil back button. Web developers have been trying to circumvent it since the Stone Age.
The most common way of disabling it is to use client side Javascript to purge the history.