Changes between Version 4 and Version 5 of SessionMessages
- Timestamp:
- Sep 21, 2009, 7:52:23 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SessionMessages
v4 v5 13 13 * Support message passing for anonymous users 14 14 * Avoid database/cache queries if possible 15 * Support larger messages that don't fit in a cookie 16 * Don't lose messages if they're not displayed to the user 17 * Provide a standard so that reusable apps can provide feedback related to the current session 15 * Support larger messages that don't fit in a cookie (> 4kb) 16 * Don't lose messages if they're not displayed to the user (lazy message loading) 17 * Signs cookie-based messages 18 * Provide a standard, intuitive interface so that reusable apps can provide feedback related to the current session 18 19 * Needs community approval/support 19 20 * Needs to be the "de facto" standard implementation 20 21 21 22 === Available Options === 23 24 ||'''Name and Link'''||'''Anonymous user support'''||'''Minimal DB Access'''||'''Supports messages > 4kb'''||'''Lazy loads messages'''||'''Signed cookies'''||'''Standard interface'''|| 25 ||[http://code.google.com/p/django-notify/ django-notify]||yes||yes||yes||yes||yes||yes||