File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ public function start(): bool
139
139
* ---------- Part 1
140
140
*
141
141
* The part `[a-zA-Z0-9,-]` is related to the PHP ini directive `session.sid_bits_per_character` defined as 6.
142
- * See https://www. php.net/manual/en/ session.configuration.php #ini.session.sid-bits-per-character.
142
+ * See https://php.net/session.configuration#ini.session.sid-bits-per-character
143
143
* Allowed values are integers such as:
144
144
* - 4 for range `a-f0-9`
145
145
* - 5 for range `a-v0-9`
@@ -148,7 +148,7 @@ public function start(): bool
148
148
* ---------- Part 2
149
149
*
150
150
* The part `{22,250}` is related to the PHP ini directive `session.sid_length`.
151
- * See https://www. php.net/manual/en/ session.configuration.php #ini.session.sid-length.
151
+ * See https://php.net/session.configuration#ini.session.sid-length
152
152
* Allowed values are integers between 22 and 256, but we use 250 for the max.
153
153
*
154
154
* Where does the 250 come from?
You can’t perform that action at this time.
0 commit comments