Changes between Initial Version and Version 1 of Ticket #33109


Ignore:
Timestamp:
Sep 14, 2021, 1:53:49 AM (3 years ago)
Author:
Adrien Carpentier
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33109 – Description

    initial v1  
    66    SESSION_COOKIE_SAMESITE = 'None'
    77
    8 But when testing the presence of `SameSite` and `Secure` cookies in the responses for , there is no `SameSite` neither `Secure` cookie keys. Here is a non passing test, for example, for a user agent that should have `SameSite` and `Secure` cookies:
     8...and then when testing the presence of `SameSite` and `Secure` cookies in the responses, there is no `SameSite` neither `Secure` cookie keys.
     9Here is a non passing test, for example, for a user agent that should have `SameSite` and `Secure` cookies:
    910
    1011    agent_string = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.2227.0 Safari/537.36"
Back to Top