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
Comment #1
alexpottDrupal 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!
Comment #2
alexpottHi Arkam,
My new version addresses these issues see http://drupal.org/node/153802/release
Regards,
Alex
Comment #3
alexpottThe latest release addresses this issue