diff --git a/php.ini-development b/php.ini-development index e7ee29c3e63..1d94bf3deae 100644 --- a/php.ini-development +++ b/php.ini-development @@ -1473,7 +1473,7 @@ session.use_trans_sid = 0 ; 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 +; http://php.net/session.sid-length ; Default Value: 32 ; Development Value: 26 ; Production Value: 26 diff --git a/php.ini-production b/php.ini-production index f983971a855..0c852836714 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1473,7 +1473,7 @@ session.use_trans_sid = 0 ; 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 +; http://php.net/session.sid-length ; Default Value: 32 ; Development Value: 26 ; Production Value: 26