I set several php session variables in an initial php file. In all other ajax loaded php files the value of those session variables is updated only after refreshing the page. This happens only in Firefox. Does anyone know what may cause this to happen? In IE everything works fine.
I found a solution. There was a cache issue. Write:
header("Cache-Control: no-cache");
header("Pragma: no-cache");
after
session_start();
in all your conventional scripts.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With