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

PHP Ajax Login Validation Tutorial

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

New User Registration With Email Verification Using PHP and Mysqli