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

Allow messages to be retained past session deletion #76

Open damienmckenna opened 10 years ago

damienmckenna commented 10 years ago

Thanks to both Drupal's session handling when logging out (https://drupal.org/node/754560), and the session-free nature of Pressflow, there are several scenarios where a user does not see the message being saved by core:

Pressflow should extend core to provide logic that allows these user messages to be displayed.

pwolanin commented 10 years ago

How does this work in Drupal 7? I don't feel like this should be an area for a lot of new logic.