PHP Document Expired

user1383147 picture user1383147 · May 29, 2012 · Viewed 35.2k times · Source

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

Answer

T.Todua picture T.Todua · Dec 8, 2014

Add this in the start of PHP codes:

ini_set('session.cache_limiter','public');
session_cache_limiter(false);