Changes between Version 10 and Version 11 of DjangoSpecifications/Contrib/Sessions
- Timestamp:
- Jun 22, 2008, 9:28:11 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Contrib/Sessions
v10 v11 5 5 '''This is outdated and will be updated as time allows'''. 6 6 7 The following tickets call for improvements in session logic: comment:ticket:5549:5, #2548, #3304, #1180, #6791, #6941, #6984 .7 The following tickets call for improvements in session logic: comment:ticket:5549:5, #2548, #3304, #1180, #6791, #6941, #6984, #7515. 8 8 Some of the tickets are interrelated, some of them pose security risks. 9 9 Additionally, sessions are not thread-safe (see http://groups.google.com/group/django-users/browse_frm/thread/a7d42475b66530bd) and are missing a single method to destroy the session (ad-hoc workaround: iterate through all session keys and delete them one by one).