When refreshing or hitting back to a page that sent a POST causes a form resubmission warning at the login and register pages because the page/controller is reloading with a POST and trying to resend the form. Look into solutions. One to consider is POST, REDIRECT, GET method.
When refreshing or hitting back to a page that sent a POST causes a form resubmission warning at the login and register pages because the page/controller is reloading with a POST and trying to resend the form. Look into solutions. One to consider is POST, REDIRECT, GET method.