File tree Expand file tree Collapse file tree
user_guide_src/source/installation Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Please refer to the upgrade instructions corresponding to your installation meth
1616
1717CodeIgniter 4.0.5 introduces a setting for the cookie SameSite attribute. Prior versions did not set this
1818attribute at all. The default setting for cookies is now `Lax `. This will affect how cookies are handled in
19- cross-domain contexts and you may need to adjust this setting in your projects. Separate settings in ` app/Config/App.php `
19+ cross-domain contexts and you may need to adjust this setting in your projects. Separate settings in ** app/Config/App.php **
2020exists for Response cookies and for CSRF cookies.
2121
2222For 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