The FILENAME_TIME_OUT seems to be the page to go to whenever something goes wrong, but there's no mechanism to display the reason it gets there.
How can I change it so that it displays some helpful message depending on the reason the user got redirected there?
Example, if the user got kicked out from checkout_process due to CC Slamming, I want to display "Sorry, as a security measure, you have been logged out because you have made too many failed payment attempts. Please log in to try again."
How can I pass over an error code? Do I just add &error= to the redirect link and process that in pages/time_out/header_php.php?


Reply With Quote
