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

Real-Time Web Interface to MQTT using Socket.io and Node.js

Insert session variable into MySQL database

Insert CheckBox and Radio button Data in MySQL Database Using PHP