Do the following:
- login to the site
- go to the embedded gallery
- logout
- go to the embedded gallery again
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...