diff options
author | Andrey Andreev <narf@devilix.net> | 2022-01-05 17:52:24 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2022-01-05 17:52:24 +0100 |
commit | 1a2651040ef701e750b1c13cd69cc70814b079d0 (patch) | |
tree | 50d2317b96af4f26945f8a1f8a59c37629ce4586 /user_guide_src/source/changelog.rst | |
parent | f370f2c042905e521fa3a25283f7e275606a8724 (diff) |
Add SameSite cookie support to Session library
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 0c61136c3..0e347f891 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -17,6 +17,7 @@ Release Date: Not Released - Updated :doc:`Database Library <database/index>` 'pdo' driver to attempt to free resources in order to allow connections to be closed. - Added ``SameSite=Strict`` attribute to the CSRF cookie sent by the :doc:`Security Class <libraries/security>`. - Added ``$config['cookie_samesite']`` option and ``$samesite`` parameter to :doc:`Input Library <libraries/input>` method ``set_cookie()``. + - Added ``SameSite`` support through ``$config['sess_samesite']`` option to the :doc:`Session Library <libraries/sessions>`. - Added a wrapper class around :doc:`Session <libraries/sessions>` drivers to deal with compatibility between PHP 8.1 and older versions. - Updated a lot of code for PHP 8.0 and 8.1 compatibility. |