There is nothing wrong with the script, it works perfectly in other browsers!
..anyway I did change the script to (no success):
Code: Select all
session_start();
++$_SESSIONї'AVAR'];
echo $_SESSIONї'AVAR'];
(and I have tried the settings too... I set it to accept everything, but it doesn't help!)
I tried to put
session_id('whatever');
in the script just before session_start();
Now the session works in IE too... but I can't have it like that, because then everyone will get the same session... and that's not good! =)
How do I set a session_id myself, that is some kind of random without having it change when hitting F5 (reload) ?