Skip to content

Commit c6b9101

Browse files
committed
[HttpFoundation] added missing docs
1 parent 4cff052 commit c6b9101

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)