Once I login sucessfully as admin the navegation/admin block does not show the "Administer" link nor any other option, just only "Start a new session". If I click in any link or content, I get "Access denied - You are not authorized to access this page". So I can not access any admin link nor content nor node. My PHP running is 5.2 and this issue was seen a bit later from installing the module "Realname" (coincidence?)

I have removed browser cookies, drupal cache and even updating the system. The issue is quite similar to the problem described in "Login doesn't "stick" after upgrade to PHP 5.2+" (http://drupal.org/node/102114)) except that my drupal version is 6.14 and so this issue should not affect me. I have also tried unsucessfully all the solutions mentioned in "Login doesn't work or must be done twice" (http://drupal.org/node/77106)

Any idea please?

Comments

albroswift’s picture

Any luck? Having the same problem with 6.16

ice5nake’s picture

I was having the same problem and realized the session wasn't carrying over between HTTP and HTTPS. But I was only able to create the problem in certain browsers.

Still looking for a solution.

grendzy’s picture

Status: Active » Postponed (maintainer needs more info)

More information is needed to troubleshoot.
Some ideas:
- post a trace from the Firefox "Live HTTP headers" plug-in
- try disabling all non-core modules and themes
- check session.cookie_domain in settings.php
- check Drupal roles & permissions
- don't use underscores in host names (surprising how often this comes up with local dev installs)

ice5nake’s picture

I can only create this problem in IE9. It seems to be managing a separate set of cookies between HTTP and HTTPS.

The session.cookie_domain is not set. There are no underscores in the host names. All non-core modules and themes were disabled.

grendzy’s picture

Maybe http://www.fiddler2.com/fiddler2/ could capture the headers from IE? (I haven't used fiddler personally).

Status: Postponed (maintainer needs more info) » Closed (outdated)

Automatically closed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.