From cb2a6082aa1c02915d54275474187a1c2ad18fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sun, 3 Nov 2024 20:30:56 +0100 Subject: [PATCH] session: Remove session ID-format related INIs from session/security.xml These are deprecated with PHP 8.4, because the defaults are fine. --- reference/session/security.xml | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/reference/session/security.xml b/reference/session/security.xml index 025b4e382e02..ac1927417787 100644 --- a/reference/session/security.xml +++ b/reference/session/security.xml @@ -721,29 +721,6 @@ - - - session.sid_length="48" - - - (PHP 7.1.0 >=) Longer session IDs results in stronger session IDs. - Developers should consider a session ID length of 32 characters or more. - At least 26 characters are required when - session.sid_bits_per_character="5". - - - - - - session.sid_bits_per_character="6" - - - (PHP 7.1.0 >=) The more bits there are in a session ID character, - the stronger the session ID generated by the session module is for an - identical session ID length. - - - session.hash_function="sha256"