Note that it is important that modules try not to use $_SESSION for anonymous users.
According to http://drupal.org/node/224333#drupal_set_session this recommendation isn't valid anymore.
Note that it is important that modules try not to use $_SESSION for anonymous users.
According to http://drupal.org/node/224333#drupal_set_session this recommendation isn't valid anymore.
Comments
Comment #1
douggreen commentedThanks, fixed in 7.x-2.x http://drupalcode.org/project/coder.git/commit/cdc050b
Comment #2
frank ralf commentedThanks for the quick reply!