PHP Document Expired This document is no longer available
If the 'Back' button is pressed on the browser, I get the following error:
Document Expired
This document is no longer available.
Add this in the start of PHP codes:
ini_set('session.cache_limiter','public');
session_cache_limiter(false);
Comments
Post a Comment