PHPSESSID returns another ID than the one Drupal uses
arkam - October 1, 2007 - 13:45
| Project: | KnowledgeTree integration |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | alexpott |
| Status: | closed |
Jump to:
Description
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

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