In Feb this problem was posted to the list:

After clearing the way for Aegir-1.0 RC1 and setting the charset everywhere
properly, I finally installed it.
Now with MSIE I am getting a 'cookie problem?' page.
Is this anything known to midgard users?

To which Marcin replied:

at the begining of rcs page (core page of Aegir) there is a check:

if (strtolower($currentuser->username) != strtolower($set[username])) { echo
"cookie problem?"; exit; }

so I examined $set array (which holds all of setting for current session)
and found:

Array
(
   [stagingserver] => 8001

Yesterday I came up against the same problem with Aegir 1.0!!

I made fresh install on Midgard-1.5.0 and it keeps giving me the same headache. It's not my browser, or Midgard, I can still access an old installation from another server and Asgard comes up fine. In the end I just had to comment out the line, but that doesn't seem like the best idea...

Oh and by the way, is it really a good idea to hard code the staging server in there as being on port 8001? Personally I think keeping it on separate subdomain works better since IE won't access ports without the http://, and :portnumber is kind of a foreign concept to your average content contributor.

Tony



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to