|
Steve Clay |
Hmm, I would've suggested the session.cookie_domain change, too. You're sure you've deleted all your cookies before trying again? |
|
Paul in Boise |
As far as I can tell, yes. I tried in several browsers. Here are the results: with the .mydomain.com php.ini in place: Opera works on both PC and Mac, and IE8 works on the PC. I wonder if those handle cookies differently? Update: I disabled the php.ini file again, deleted cookies in Firefox on both PC and Mac. Then I tried logging into Elgg, and got in, no problem, on both machines. |
|
Steve Clay |
You should try setting session.cookie_domain in your config file: ini_set('session.cookie_domain', '.mydomain.com'); |
