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

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

Customize radio buttons and checkboxes with CSS sprites