I'm working on a site in which most people don't have this problem, but the client has it on all three of his PCs.
When he attempts to log into the site's admin section, he is able to enter his user Id and password and log in fine. This action sets session variables with his user id, name, etc. As soon as he switches to another page, the system thinks he isn't logged in and tells him so. This only happens for him in IE 7. Firefox is fine. And it works fine for me in Firefox and all versions of IE (and on the Mac). And it works fine for a consultant I checked with in IE 7. And the vast majority of the site's customers (they use a public login, not the admin login, but the functionality is the same. And, my client has the same problems with the public login).
I did a print_r() on $SESSION, and when he logs in all the required variables show up in the session, but as soon as he attempts to reload the page or go to another page in the admin, $SESSION shows up as empty.
He has cookies enabled, and enabled cookies specifically for this site via the Privacy Policy item under Page.
I'm getting to the point where I'd like to hire someone to help me troubleshoot this, but I'm not sure even that is going to work.
Anybody have any ideas why this is happening?