Posted by rob.selway on 08/25/07 15:26
Hello,
I've written a website using PHP4/Mysql. The login function (that
creates 2 or 3 sessions) does not seem to work in IE, but does in
FireFox.
The strange thing is that when I lower the privacy level in IE it
works. I can then then set the privacy level back to the original
level and it will then work also. I can then set the privacy level two
levels down from 'Block all cookies' and it will still work.
This is how the sessions are set:
session_register("username");
Is this just a problem with IE or must i rewrite code so it will work
with IE?
Thanks very much,
Navigation:
[Reply to this message]
|