I logged into my drupal account a couple of days ago. When I return to www.drupal.org, the front page tells me to login again. Yet when I go to the forums, it recognises that I am logged in.

Comments

moshe weitzman’s picture

Title: Doesn't always regognise that I'm logged in » Doesn't always recognise that I'm logged in

PStatus: By Design

That is because the url where your cookie gets set is drupal.org, not
www.drupal.org. So you are not in fact logegd into www.drupal.org. This
is confusing to just about everyone. How we get a web server to redirect
the initial request to the right domain. If necessary, we could do it in
the init() hook of a module also.

stodge wrote:

moshe weitzman’s picture