Opened 6 years ago
Closed 6 years ago
#31164 closed New feature (duplicate)
SESSION_COOKIE_SAMESITE and SameSite=None
| Reported by: | jellllllle | Owned by: | jellllllle |
|---|---|---|---|
| Component: | HTTP handling | Version: | 3.0 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Should it not be possible to set the SESSION_COOKIE_SAMESITE = "none"? I get an error that only "lax" and "strict" are possible values. Chrome requires to have the value SameSite=None by next month before they block third party cookies. Or is there an other way to set this value?
Change History (2)
comment:1 by , 6 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 6 years ago
| Component: | Uncategorized → HTTP handling |
|---|---|
| Resolution: | → duplicate |
| Status: | assigned → closed |
| Type: | Uncategorized → New feature |
Note:
See TracTickets
for help on using tickets.
Duplicate of #30862.