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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 16:01:29 2024 UTC