Earnie Boyd wrote:
Set the $cookie_domain variable in the settings.php file.
I already have it set to something:
$cookie_domain = 'www.theingots.org';
I've tried testing the hypothesis that the problem only happens when 'www.' is missing from the URL. But I have not managed to confirm the hypothesis because once I manage to login once, the browser seems to login correctly every time, even if I delete cookies.
Another option is to use the .htaccess file to redirect to www.sample.com.
Thanks. I'll look up HTTP redirects. But I'll first try to confirm if the problem has something to do with the domain or not.
Daniel.