File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
user_guide_src/source/installation Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Upgrading from 4.0.4 to 4.0.5
66
77CodeIgniter 4.0.5 introduces a setting for the cookie SameSite attribute. Prior versions did not set this
88attribute at all. The default setting for cookies is now `Lax `. This will affect how cookies are handled in
9- cross-domain contexts and you may need to adjust this setting in your projects. Separate settings in `config /App.php `
9+ cross-domain contexts and you may need to adjust this setting in your projects. Separate settings in `app/Config /App.php `
1010exists for Response cookies and for CSRF cookies.
1111
1212For additional information, see `MDN Web Docs <https://developer.mozilla.org/pl/docs/Web/HTTP/Headers/Set-Cookie/SameSite >`_.
You can’t perform that action at this time.
0 commit comments