Originally Posted by Rick
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)

Code

setcookie("$name","$value",$time,$cookiepath,".yourdomain.com");



Thank you - now I can't log out to try and see if it works smile

Clearing cookies with the mycookies tool doesn't quite do it.

Last edited by AllenAyres; 03/04/2011 11:44 AM.

- Allen
- ThreadsDev | PraiseCafe