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

Popular posts from this blog

Script For Login, Logout and View Using PHP, MySQL and Bootstrap

PHP Ajax Login Validation Tutorial

Insert CheckBox and Radio button Data in MySQL Database Using PHP