php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #81089 Dead link in php.ini: http://php.net/session.sid-length
Submitted: 2021-05-29 19:58 UTC Modified: 2021-05-29 20:43 UTC
From: thomas at landauer dot at Assigned:
Status: Closed Package: Documentation problem
PHP Version: 8.0.6 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: thomas at landauer dot at
New email:
PHP Version: OS:

 

 [2021-05-29 19:58 UTC] thomas at landauer dot at
Description:
------------
This link in php.ini is dead:

> ; Set session ID character length. This value could be between 22 to 256.
> ; Shorter length than default is supported only for compatibility reason.
> ; Users should use 32 or more chars.
> ; http://php.net/session.sid-length
> ; Default Value: 32
> ; Development Value: 26
> ; Production Value: 26
> session.sid_length = 26

When using the link from the previous directive (http://php.net/session.use-trans-sid), I'm getting forwarded to https://www.php.net/manual/de/session.configuration.php#ini.session.use-trans-sid
So it looks like this forwarding mechanism is not set up for session.sid-length


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-05-29 20:43 UTC] cmb@php.net
Seems a respective entry is missing in <https://github.com/php/web-php/blob/master/include/errors.inc#L291>.
 [2021-05-29 20:43 UTC] cmb@php.net
-Status: Open +Status: Verified
 [2021-06-01 12:19 UTC] git@php.net
Automatic comment on behalf of cmb69
Revision: https://github.com/php/web-php/commit/61455a554fbb7fabe1574bb693eb22fc82de6c6f
Log: Fix #81089: Dead link in php.ini: http://php.net/session.sid-length
 [2021-06-01 12:19 UTC] git@php.net
-Status: Verified +Status: Closed
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 10:01:33 2025 UTC