diff options
| author | jvoisin | 2018-08-27 15:00:00 +0200 |
|---|---|---|
| committer | jvoisin | 2018-08-27 15:00:22 +0200 |
| commit | 2ad1b9ab2efefd063d9f412e56d6a642187918a1 (patch) | |
| tree | 7314ca85a07acf734e2cbc83020939841e43ac4c | |
| parent | 1270bc0621989c5c542e610886cd589a6b8ea27f (diff) | |
Document that the previous commit might break other cookie-related extensions
| -rw-r--r-- | doc/source/encryption.rst | 4 |
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 @@ | |||
| 3 | Cookies | 3 | Cookies |
| 4 | ======= | 4 | ======= |
| 5 | 5 | ||
| 6 | Some cookies-related features might prevent other extensions from hooking | ||
| 7 | the `setcookie<https://secure.php.net/manual/en/function.setcookie.php>`__ | ||
| 8 | function. Pay attention to the loading order of your extensions in this case. | ||
| 9 | |||
| 6 | auto_cookie_secure | 10 | auto_cookie_secure |
| 7 | """""""""""""""""" | 11 | """""""""""""""""" |
| 8 | 12 | ||
