summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2018-08-27 15:00:00 +0200
committerjvoisin2018-08-27 15:00:22 +0200
commit2ad1b9ab2efefd063d9f412e56d6a642187918a1 (patch)
tree7314ca85a07acf734e2cbc83020939841e43ac4c
parent1270bc0621989c5c542e610886cd589a6b8ea27f (diff)
Document that the previous commit might break other cookie-related extensions
-rw-r--r--doc/source/encryption.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/encryption.rst b/doc/source/encryption.rst
index c617fe3..dc5dadf 100644
--- a/doc/source/encryption.rst
+++ b/doc/source/encryption.rst
@@ -3,6 +3,10 @@
3Cookies 3Cookies
4======= 4=======
5 5
6Some cookies-related features might prevent other extensions from hooking
7the `setcookie<https://secure.php.net/manual/en/function.setcookie.php>`__
8function. Pay attention to the loading order of your extensions in this case.
9
6auto_cookie_secure 10auto_cookie_secure
7"""""""""""""""""" 11""""""""""""""""""
8 12