Has anybody had trouble getting Internet Explorer to "remember" users? Firefox works just fine, but for some reason even when I try to log in on this forum at UBBCentral, it doesn't want to keep me logged in. It just takes me back to the forum list as a non-logged in user.
Not checking the "remember me" box logs in just fine too.
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#240056 - 10/20/1005:45 PMRe: "Remember Me" problem in Internet Explorer?
[Re: Christi]
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Is it IE 8 you are using? If so then yes, and not just on forums, but a variety of sites give the same problem. I *think* we may have found a way to work around it, and by "we" I mean a developer site I belong to and we'll be working to see if it's a valid fix.
If you can actually duplicate this, then I might PM you to test a fix if we make one available since I haven't been able to duplicate it myself.
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
I'm testing it now. The current theory is that IE8 is forcing the domain to be passed along with the cookie. What I'm testing on a few sites is modifying libs/html.inc.php
Around line 771 you'll see this:
Code:
setcookie("$name","$value",$time,$cookiepath);
You can try changing that to the following (using your actual domain name)
I'm testing it now. The current theory is that IE8 is forcing the domain to be passed along with the cookie. What I'm testing on a few sites is modifying libs/html.inc.php
Around line 771 you'll see this:
Code:
setcookie("$name","$value",$time,$cookiepath);
You can try changing that to the following (using your actual domain name)