I am sending a form with AJAX and after sending, and the JSON return is positive, the user is redirected, I am using the window.location.replace(redir_url)
method, however I am still able to go back to the previous page and see the form that has already been sent What is to be done so that the user is redirected and can not go back in history?