Skip to content

Commit

Permalink
update App.php path
Browse files Browse the repository at this point in the history
  • Loading branch information
totoprayogo1916 committed Jan 18, 2021
1 parent 926eb73 commit 57e9bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/installation/upgrade_405.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Upgrading from 4.0.4 to 4.0.5

CodeIgniter 4.0.5 introduces a setting for the cookie SameSite attribute. Prior versions did not set this
attribute at all. The default setting for cookies is now `Lax`. This will affect how cookies are handled in
cross-domain contexts and you may need to adjust this setting in your projects. Separate settings in `config/App.php`
cross-domain contexts and you may need to adjust this setting in your projects. Separate settings in `app/Config/App.php`
exists for Response cookies and for CSRF cookies.

For additional information, see `MDN Web Docs <https://developer.mozilla.org/pl/docs/Web/HTTP/Headers/Set-Cookie/SameSite>`_.
Expand Down

0 comments on commit 57e9bda

Please sign in to comment.