mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Clarify session.cookie_samesite="None"
This commit is contained in:
parent
b114e3d953
commit
c00cce3229
2 changed files with 4 additions and 2 deletions
|
@ -1413,7 +1413,8 @@ session.cookie_domain =
|
||||||
session.cookie_httponly =
|
session.cookie_httponly =
|
||||||
|
|
||||||
; Add SameSite attribute to cookie to help mitigate Cross-Site Request Forgery (CSRF/XSRF)
|
; Add SameSite attribute to cookie to help mitigate Cross-Site Request Forgery (CSRF/XSRF)
|
||||||
; Current valid values are "Lax" or "Strict"
|
; Current valid values are "Strict", "Lax" or "None". When using "None",
|
||||||
|
; make sure to include the quotes, as `none` is interpreted like `false` in ini files.
|
||||||
; https://tools.ietf.org/html/draft-west-first-party-cookies-07
|
; https://tools.ietf.org/html/draft-west-first-party-cookies-07
|
||||||
session.cookie_samesite =
|
session.cookie_samesite =
|
||||||
|
|
||||||
|
|
|
@ -1415,7 +1415,8 @@ session.cookie_domain =
|
||||||
session.cookie_httponly =
|
session.cookie_httponly =
|
||||||
|
|
||||||
; Add SameSite attribute to cookie to help mitigate Cross-Site Request Forgery (CSRF/XSRF)
|
; Add SameSite attribute to cookie to help mitigate Cross-Site Request Forgery (CSRF/XSRF)
|
||||||
; Current valid values are "Lax" or "Strict"
|
; Current valid values are "Strict", "Lax" or "None". When using "None",
|
||||||
|
; make sure to include the quotes, as `none` is interpreted like `false` in ini files.
|
||||||
; https://tools.ietf.org/html/draft-west-first-party-cookies-07
|
; https://tools.ietf.org/html/draft-west-first-party-cookies-07
|
||||||
session.cookie_samesite =
|
session.cookie_samesite =
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue