pressflow / 6

Each version of Pressflow is API-compatible with the same major Drupal version. For example, Pressflow 6 is compatible with all Drupal 6 modules. Pressflow 6 also integrates the SimpleTest system from Drupal 7 and the CDN support patch.
http://pressflow.org/
GNU General Public License v2.0
234 stars 89 forks source link

Fix empty session id. #86

Closed balrajb closed 9 years ago

balrajb commented 10 years ago

There is a bug in core Drupal, which has been fixed in Drupal 7, need same fix in 6 "The session is created with an empty string sid". Here is a possible fix, should use !empty(), rather than isset(), to ensure that blank session IDs are not valid.

pwolanin commented 10 years ago

Can you provide a link to the related core issue?

Is there a Drupal 6 patch there?