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.
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.
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.