when we use rediect page, either php header location or javascript document.location.href="" to redirect the user to another page, on the page we redirect the user to, the back button will not work. because it will redirect back to that page again.
how to solve this back button not working problem when redirect page is used?
thanks.