File tree
5 files changed
+88
-5
lines changedFilter options
- src/Symfony
- Bundle/FrameworkBundle/Resources/config
- Component
- HttpFoundation
- HttpKernel
- EventListener
- Tests/EventListener
5 files changed
+88
-5
lines changedsrc/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/session.xml+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
| 73 | + |
| 74 | + |
73 | 75 |
|
74 | 76 |
|
75 | 77 |
|
|
src/Symfony/Component/HttpFoundation/Request.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Request.php+10-2Lines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
179 | 179 |
|
180 | 180 |
|
181 | 181 |
|
182 |
| - |
| 182 | + |
183 | 183 |
|
184 | 184 |
|
185 | 185 |
|
| ||
418 | 418 |
|
419 | 419 |
|
420 | 420 |
|
421 |
| - |
| 421 | + |
422 | 422 |
|
423 | 423 |
|
424 | 424 |
|
| ||
720 | 720 |
|
721 | 721 |
|
722 | 722 |
|
| 723 | + |
| 724 | + |
| 725 | + |
| 726 | + |
| 727 | + |
| 728 | + |
723 | 729 |
|
724 | 730 |
|
725 | 731 |
|
| ||
763 | 769 |
|
764 | 770 |
|
765 | 771 |
|
| 772 | + |
| 773 | + |
766 | 774 |
|
767 | 775 |
|
768 | 776 |
|
|
src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php+45-1Lines changed: 45 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
| 19 | + |
18 | 20 |
|
19 | 21 |
|
20 | 22 |
|
| ||
42 | 44 |
|
43 | 45 |
|
44 | 46 |
|
45 |
| - |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
46 | 56 |
|
47 | 57 |
|
| 58 | + |
48 | 59 |
|
49 | 60 |
|
50 | 61 |
|
| ||
115 | 126 |
|
116 | 127 |
|
117 | 128 |
|
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
118 | 162 |
|
119 | 163 |
|
120 | 164 |
|
|
src/Symfony/Component/HttpKernel/EventListener/SessionListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/EventListener/SessionListener.php+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
33 | 36 |
|
34 |
| - |
| 37 | + |
35 | 38 |
|
36 | 39 |
|
37 | 40 |
|
|
src/Symfony/Component/HttpKernel/Tests/EventListener/SessionListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/EventListener/SessionListenerTest.php+26Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
120 | 120 |
|
121 | 121 |
|
122 | 122 |
|
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
123 | 149 |
|
124 | 150 |
|
125 | 151 |
|
|
0 commit comments