Strengthen PHP session settings

See https://secure.php.net/manual/en/session.configuration.php#ini.session.hash-function
This commit is contained in:
NewEraCracker 2016-01-07 21:51:20 +00:00
parent f11c08e203
commit 3e582e4fd4

View File

@ -199,6 +199,8 @@ log_errors=on
error_log=/tmp/PHP_errors.log
extension_dir=${EXTENSIONSDIR}
date.timezone="${TIMEZONE}"
session.hash_bits_per_character = 5
session.hash_function = 1
; Extensions