8000 minor #23185 [HttpFoundation] Add missing docs (fabpot) · symfony/symfony@53a9111 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53a9111

Browse 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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines 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