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.
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
Comment #1
moshe weitzman commentedPStatus: 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:
Comment #2
moshe weitzman commented