Changes between Initial Version and Version 2 of Ticket #29203


Ignore:
Timestamp:
Mar 8, 2018, 10:41:35 AM (6 years ago)
Author:
Kenial Sookyum Lee
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29203

    • Property Type UncategorizedBug
  • Ticket #29203 – Description

    initial v2  
    1 Some cache backends, Memcached and Redis, has a feature to ignore connection timeout exception, in order to ensure Django application working even if cache has failed. This can lead a subtle bug, deleting a session cookie. Following steps are reproduce this bug:
     1Some cache backends (AFAIK Memcached and Redis) has a feature to ignore connection timeout exception, in order to ensure Django application working even if cache has failed. This can lead a subtle bug, deleting a session cookie. Following steps are reproduce this bug:
    22
    33- Set cached session for Django session (refer to https://docs.djangoproject.com/en/2.0/topics/http/sessions/#using-cached-sessions)
Back to Top