Active
Project:
Gallery
Version:
6.x-1.0
Component:
User Synchronization
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2009 at 09:31 UTC
Updated:
14 Jul 2009 at 16:12 UTC
Do the following:
As the cookie GALLERYSID was not deleted when logging off, the user is still logged in to the gallery.
The cookie should be deleted when logging off from drupal.
Comments
Comment #1
canyonbreeze commentedSame issue. When I log into my Drupal site as administrator then log out, the Gallery2 stays logged in as administrator. Seems like a major security risk.
Comment #2
canyonbreeze commentedI figured out a workaround that fixes this. Posted here for reference.
In Drupal modules/user/user.page.inc
change drupal_goto(); to drupal_goto('clean_logout.php');
Then create the file clean_logout.php in the root Drupal installion directory containing...