Ok, I know this sounds silly, but...
The problem seems to goes away when you change (in mamboroot/configuration.php):
$mosConfig_live_site = 'http://mysite.com';
to:
$mosConfig_live_site = 'http://www.mysite.com'; (added the 'www.')
My live site is listed as 'http://www.mysite.com' in global config but if I went to 'http://mysite.com'I most often had a pop up box that would read "Please complete the username and password fields" when I went to log in and I usually was not able log in. My problem was fixed by using a redirect to use www. everytime, see the thread here: http://forum.opensourcematters.org/index.php/topic,1474.msg13133.html#msg13133The problem seems to goes away when you change (in mamboroot/configuration.php):
$mosConfig_live_site = 'http://mysite.com';
to:
$mosConfig_live_site = 'http://www.mysite.com'; (added the 'www.')
Forum 







