Changes between Version 6 and Version 7 of DjangoSpecifications/Contrib/Sessions
- Timestamp:
- Apr 4, 2008, 7:22:36 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Contrib/Sessions
v6 v7 18 18 `django.contrib.session` should be a secure session framework that 19 19 * will not be re-used under any circumstances (#6941), is protected against key collisions (#1180) and session hijacking (#6941), 20 * supports concurrency by using locking throughout (as Beaker does, think mod_wsgi with threads and AJAX), 20 * supports concurrency by using locking throughout (as Beaker does, think mod_wsgi with threads and AJAX), see also [DjangoSpecifications/Core/Threading Threading improvements], 21 21 * supports destroying sessions (no dangling data nor session ID should remain), 22 22 * supports controlling session lifetime (comment:ticket:2548:9 describes the use case),