Skip to content

Commit

Permalink
bug #23128 [HttpFoundation] fix for Support for new 7.1 session optio…
Browse files Browse the repository at this point in the history
…ns (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
  • Loading branch information
fabpot committed Jun 14, 2017
2 parents d1104da + 71c1b6f commit 4cff052
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ public function setOptions(array $options)
'use_only_cookies', 'use_trans_sid', 'upload_progress.enabled',
'upload_progress.cleanup', 'upload_progress.prefix', 'upload_progress.name',
'upload_progress.freq', 'upload_progress.min-freq', 'url_rewriter.tags',
'sid_length', 'sid_bits_per_character', 'trans_sid_hosts', 'trans_sid_tags',
));

foreach ($options as $key => $value) {
Expand Down

0 comments on commit 4cff052

Please sign in to comment.