Changes between Version 9 and Version 10 of DjangoSpecifications/Contrib/Sessions


Ignore:
Timestamp:
Jun 21, 2008, 7:20:39 AM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoSpecifications/Contrib/Sessions

    v9 v10  
    55'''This is outdated and will be updated as time allows'''.
    66
    7 The following tickets call for improvements in session logic: comment:ticket:5549:5, #2548, #3304, #1180, #6791, #6941.
     7The following tickets call for improvements in session logic: comment:ticket:5549:5, #2548, #3304, #1180, #6791, #6941, #6984.
    88Some of the tickets are interrelated, some of them pose security risks.
    99Additionally, 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).
Back to Top