Opened 4 years ago

Closed 4 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 jellllllle, 4 years ago

Owner: changed from nobody to jellllllle
Status: newassigned

comment:2 by Mariusz Felisiak, 4 years ago

Component: UncategorizedHTTP handling
Resolution: duplicate
Status: assignedclosed
Type: UncategorizedNew feature

Duplicate of #30862.

Note: See TracTickets for help on using tickets.
Back to Top