From: Joe H. <jo...@jo...> - 2001-04-18 22:14:46
|
It deals with cookies and how IE handles cookies versus the way everything else handles them. I thought that it may have been fixed, but apparently people are still having problems with this. The only fix that I can give you at the moment is this: In /includes/cookie.inc.php and /includes/logout.inc.php there are some things that you should change. Just take out the lines that say something like "If (HTTP_AGENT_HEADER="MSIE") { } . Get rid of the if/else and basically just make everything do what the "else {}" section does. This is for both of those files. If you change one, and not the other, then you won't be able to logout and you will have to wait for the cookie to timeout. Dustin Clark <Dus...@se...> said: > I have a wierd problem. I am using the latest version of PHP helpdesk and > the stable version of mysql. Everything has been working fine until just > recently I havent been able to access some pages through IE. I can log in > with IE and when I try to click on something liek "add user" or "view jobs" > it just takes me back to the login page. However, I can get anywhere > just fine with netscape. > > I am not a guru at web programming and I believe this is probably an easy > fix. Any help would be greatly appreciated. > > Thanks, > > Dusty > -- |