I doing some PHP coding, if the 'Back' button is pressed on the browser, I get the following error:
Document Expired This document is no longer available.
What code can I implement to cater to this situation
Add this in the start of PHP codes:
ini_set('session.cache_limiter','public'); session_cache_limiter(false);
Set Cache-Control header in your main page.
<?php header('Cache-Control: max-age=900'); ?>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With