Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.

Remove 'Document Expired' page in browser after going 'back'

A way to remove the 'Page/Document has Expired' message in the browser when trying to go 'back' from a page from the search hits or a form is to add the following to the middle of your /overrides.php file (between the opening <?php and closing ?>
ini_set('session.cache_limiter','public');
session_cache_limiter(false);

Comments

Sign In or Register to comment.