Changes between Version 2 and Version 4 of Ticket #29203


Ignore:
Timestamp:
Mar 8, 2018, 11:51:59 AM (6 years ago)
Author:
Kenial Sookyum Lee
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29203

    • Property Summary Cached Session may cause losing a session, when it failed to connect backend cacheCached Session may cause losing a session, when it failed to connect to cache backend
  • Ticket #29203 – Description

    v2 v4  
    99}}}
    1010
    11 The problematic codes are at django/contrib/sessions/middleware.py:22 :
     11The problematic codes are at django/contrib/sessions/middleware.py:37 :
    1212{{{
    1313 def process_response(self, request, response):
Back to Top