Changes between Version 4 and Version 5 of Ticket #33109


Ignore:
Timestamp:
Sep 14, 2021, 6:35:38 AM (3 years ago)
Author:
Adrien Carpentier
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33109 – Description

    v4 v5  
    2222When printing the content of the cookies (`print(res.cookies.items())`), the cookie keys are not there.
    2323
    24 Side note: until 3.1 I was adding `SameSite` and `Secure` cookies in the responses through a custom middleware before Django 3.1, depending on the user agent, and the tests were passing.
     24Note: When adding `SameSite` and `Secure` cookies in the responses through a custom middleware instead of the 3.1 setting, the tests are passing.
Back to Top