mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Strengthen PHP session settings
See https://secure.php.net/manual/en/session.configuration.php#ini.session.hash-function
This commit is contained in:
parent
f11c08e203
commit
3e582e4fd4
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user