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 appearing to be logged on even though they're not. Jeroen Ten Berge wrote: > I've seen an answer on this previously, but I lost that mail... > What do you put in the header for proxies and browsers NOT to cache the > current page's ? > > Thx in advance, > Jeroen. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]