File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -1874,6 +1874,10 @@ session IDs are harder to guess.
1874
1874
1875
1875
If not set, ``php.ini ``'s `session.sid_length `_ directive will be relied on.
1876
1876
1877
+ .. deprecated :: 7.2
1878
+
1879
+ The ``sid_length `` option was deprecated in Symfony 7.2.
1880
+
1877
1881
sid_bits_per_character
1878
1882
......................
1879
1883
@@ -1886,6 +1890,10 @@ most environments.
1886
1890
1887
1891
If not set, ``php.ini ``'s `session.sid_bits_per_character `_ directive will be relied on.
1888
1892
1893
+ .. deprecated :: 7.2
1894
+
1895
+ The ``sid_bits_per_character `` option was deprecated in Symfony 7.2.
1896
+
1889
1897
save_path
1890
1898
.........
1891
1899
Original file line number Diff line number Diff line change @@ -400,6 +400,11 @@ Check out the Symfony config reference to learn more about the other available
400
400
``session.auto_start = 1 `` This directive should be turned off in
401
401
``php.ini ``, in the web server directives or in ``.htaccess ``.
402
402
403
+ .. deprecated :: 7.2
404
+
405
+ The ``sid_length `` and ``sid_bits_per_character `` options were deprecated
406
+ in Symfony 7.2 and will be ignored in Symfony 8.0.
407
+
403
408
The session cookie is also available in :ref: `the Response object <component-http-foundation-response >`.
404
409
This is useful to get that cookie in the CLI context or when using PHP runners
405
410
like Roadrunner or Swoole.
You can’t perform that action at this time.
0 commit comments