Jump to content

cache problem in IE


kishan

Recommended Posts

Hi

 

in order to preserve the form data i have added in one of my page the following code.

 

 

header("Cache-Control: max-age=3600");

 

so its working fine but i have a problem in IE as

 

if was logged in the session is not changing i mean on the top its not showing the  logout  text still showing the login text however in remaining pages its showing as 'logout' and its happening only in IE.

 

how to solve this if i  have to keep the "header("Cache-Control: max-age=3600"); " code in my page

Link to comment
https://forums.phpfreaks.com/topic/126579-cache-problem-in-ie/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.