Hi,

I installed knowledgeTree (last stable version) under http://mysite.com/drupal/knowledgetree. When login in drupal (last stable version) I get a sid in the drupal sessions-table. When accessing knowledgeTree through Drupal it always redirects me on the drupal homepage.

After investigating this problem I found out that $_COOKIE[PHPSESSID] in login.php did not return the same sid than the one stored in the Drupal sessions table!

What is the problem?

Thanks,

Arkam

Comments

alexpott’s picture

Drupal has changed it session names. See this post http://drupal.org/node/186958.

I'm working on a new version of the KnowledgeTree plugin that uses interceptors to validate the user against the Drupal database. Hopefully will finish it soon!

alexpott’s picture

Hi Arkam,

My new version addresses these issues see http://drupal.org/node/153802/release

Regards,

Alex

alexpott’s picture

Assigned: Unassigned » alexpott
Status: Active » Closed (fixed)

The latest release addresses this issue