Changes between Version 2 and Version 4 of Ticket #29203
- Timestamp:
- Mar 8, 2018, 11:51:59 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29203
- Property Summary Cached Session may cause losing a session, when it failed to connect backend cache → Cached Session may cause losing a session, when it failed to connect to cache backend
-
Ticket #29203 – Description
v2 v4 9 9 }}} 10 10 11 The problematic codes are at django/contrib/sessions/middleware.py: 22:11 The problematic codes are at django/contrib/sessions/middleware.py:37 : 12 12 {{{ 13 13 def process_response(self, request, response):