Erm, people have recently been informing me that they are unable to log into a part of my website using I.E.... Other browsers work fine (this is why I was unaware of the problem as I'm a FF freak)..... I even tried I.E myself and yes, they were right.... I'm using the: $User = new User; $User->userid = $userid; PHP: solution with setcookie()....... Anyone have any ideas, it must be I.E.. (Sorry if this is the wrong forum)
That's not much information dude. Looks like you've assigned a class and a variable in it. It might not be the problem at all. IE 6 and 7 handle sessions differently and so does FF. Try outputting the session (if that's php) like var_dump($_SESSION); and see what's going on. good luck!
But this problem appeared 2 days ago, and before that, there weren't no problems.... and I havent even touched the server...... so I don't know what is going on.......Has I.E received an update lately anyone know?