Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4cff052

Browse files
committed
bug #23128 [HttpFoundation] fix for Support for new 7.1 session options (vincentaubert)
This PR was merged into the 2.7 branch. Discussion ---------- [HttpFoundation] fix for Support for new 7.1 session options | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #21606 | License | MIT | Doc PR | n/a Commits ------- 71c1b6f fixes #21606
2 parents d1104da + 71c1b6f commit 4cff052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ public function setOptions(array $options)
340340
'use_only_cookies', 'use_trans_sid', 'upload_progress.enabled',
341341
'upload_progress.cleanup', 'upload_progress.prefix', 'upload_progress.name',
342342
'upload_progress.freq', 'upload_progress.min-freq', 'url_rewriter.tags',
343+
'sid_length', 'sid_bits_per_character', 'trans_sid_hosts', 'trans_sid_tags',
343344
));
344345

345346
foreach ($options as $key => $value) {

0 commit comments

Comments
 (0)