Skip to content

Commit 55e0481

Browse files
authored
session: Remove session ID-format related INIs from session/security.xml (#3994)
These are deprecated with PHP 8.4, because the defaults are fine.
1 parent 4841e32 commit 55e0481

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

reference/session/security.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -721,29 +721,6 @@
721721
</para>
722722
</listitem>
723723

724-
<listitem>
725-
<para>
726-
<link linkend="ini.session.sid-length">session.sid_length</link>="48"
727-
</para>
728-
<para>
729-
(PHP 7.1.0 &gt;=) Longer session IDs results in stronger session IDs.
730-
Developers should consider a session ID length of 32 characters or more.
731-
At least 26 characters are required when
732-
<link linkend="ini.session.sid-bits-per-character">session.sid_bits_per_character</link>="5".
733-
</para>
734-
</listitem>
735-
736-
<listitem>
737-
<para>
738-
<link linkend="ini.session.sid-bits-per-character">session.sid_bits_per_character</link>="6"
739-
</para>
740-
<para>
741-
(PHP 7.1.0 &gt;=) The more bits there are in a session ID character,
742-
the stronger the session ID generated by the session module is for an
743-
identical session ID length.
744-
</para>
745-
</listitem>
746-
747724
<listitem>
748725
<para>
749726
<link linkend="ini.session.hash-function">session.hash_function</link>="sha256"

0 commit comments

Comments
 (0)