Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 53a9111

Browse filesBrowse files
committed
minor #23185 [HttpFoundation] Add missing docs (fabpot)
This PR was merged into the 2.7 branch. Discussion ---------- [HttpFoundation] Add missing docs | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #23128 | License | MIT | Doc PR | n/a Commits ------- c6b9101 [HttpFoundation] added missing docs
2 parents baf988d + c6b9101 commit 53a9111
Copy full SHA for 53a9111

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ class NativeSessionStorage implements SessionStorageInterface
9292
* upload_progress.freq, "1%"
9393
* upload_progress.min-freq, "1"
9494
* url_rewriter.tags, "a=href,area=href,frame=src,form=,fieldset="
95+
* sid_length, "32"
96+
* sid_bits_per_character, "5"
97+
* trans_sid_hosts, $_SERVER['HTTP_HOST']
98+
* trans_sid_tags, "a=href,area=href,frame=src,form="
9599
*
96100
* @param array $options Session configuration options
97101
* @param AbstractProxy|NativeSessionHandler|\SessionHandlerInterface|null $handler

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.