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

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-07-18 17:05:34 +0300
committerAleksander Machniak <alec@alec.pl>2015-07-18 17:05:34 +0300
commite2bceaefe6b4723230fd33a30e11c1c927712998 (patch)
tree0d88c295ef363d602d03c49fa16c7aea4542dccf /.htaccess
parent7185736f399748b2cac709e2b61eedbc97bd33ed (diff)
Support more secure hashing algorithms for auth cookie - configurable by PHP's session.hash_function (#1490403)
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess1
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index 95e5bf475..c584ac0fb 100644
--- a/.htaccess
+++ b/.htaccess
@@ -17,6 +17,7 @@ php_flag magic_quotes_runtime Off
php_flag suhosin.session.encrypt Off
#php_value session.cookie_path /
+#php_value session.hash_function sha256
php_flag session.auto_start Off
php_value session.gc_maxlifetime 21600
php_value session.gc_divisor 500