Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-09-23 20:32:30 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-09-26 23:34:18 +0300
commit5d9142674d09379a9e4394779c1e624dd2d6ece5 (patch)
tree682076d5816f9c1c2948c03662f19893f029467c /doc
parent69bc86677345a875c442c0a40d2836369bc7afbb (diff)
Allow longer cookie encryption keys to be used
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'doc')
-rw-r--r--doc/config.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/config.rst b/doc/config.rst
index 11f5b1d893..27d9500311 100644
--- a/doc/config.rst
+++ b/doc/config.rst
@@ -1913,8 +1913,9 @@ Cookie authentication options
.. warning::
- The encryption key must be 32 bytes long. If it has a different length of bytes, a new key will be automatically
- generated for you. However it will only last for the duration of the session.
+ The encryption key must be 32 bytes long. If it is longer than the length of bytes, only the first 32 bytes will
+ be used, and if it is shorter, a new temporary key will be automatically generated for you. However, this
+ temporary key will only last for the duration of the session.
.. note::