I put these lines in to stop caching complely :
header ("Cache-Control: no-cache, must-revalidate");
header ("Pragma: no-cache");
But then the back buttons do not work.
To allow the back buttons to work, I just use this :
session_cache_limiter('public');
But then I have problems with them app
I am having problems using sessions and caching. I have an application
that requires you to log in to be able to access certain pages. The
pages that require a login include a file which checks the session data
and ensures that you have a valid session etc. My problem is that if
the user logs o