Changes between Initial Version and Version 2 of Ticket #29203
- Timestamp:
- Mar 8, 2018, 10:41:35 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29203
- Property Type Uncategorized → Bug
-
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:1 Some 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: 2 2 3 3 - Set cached session for Django session (refer to https://docs.djangoproject.com/en/2.0/topics/http/sessions/#using-cached-sessions)