File tree
5 files changed
+77
-13
lines changedFilter options
- src/Symfony/Component
- HttpFoundation/Session
- HttpKernel
- EventListener
- Tests/EventListener
5 files changed
+77
-13
lines changedsrc/Symfony/Component/HttpFoundation/Session/Session.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Session.php+14-5Lines changed: 14 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
| 57 | + |
| 58 | + |
57 | 59 |
|
58 | 60 |
|
59 | 61 |
|
| ||
142 | 144 |
|
143 | 145 |
|
144 | 146 |
|
145 |
| - |
| 147 | + |
146 | 148 |
|
147 | 149 |
|
148 | 150 |
|
149 |
| - |
| 151 | + |
150 | 152 |
|
151 |
| - |
| 153 | + |
152 | 154 |
|
153 | 155 |
|
154 | 156 |
|
| ||
158 | 160 |
|
159 | 161 |
|
160 | 162 |
|
| 163 | + |
161 | 164 |
|
162 | 165 |
|
163 | 166 |
|
| ||
182 | 185 |
|
183 | 186 |
|
184 | 187 |
|
| 188 | + |
| 189 | + |
185 | 190 |
|
186 | 191 |
|
187 | 192 |
|
| ||
190 | 195 |
|
191 | 196 |
|
192 | 197 |
|
| 198 | + |
| 199 | + |
193 | 200 |
|
194 | 201 |
|
195 | 202 |
|
| ||
230 | 237 |
|
231 | 238 |
|
232 | 239 |
|
| 240 | + |
| 241 | + |
233 | 242 |
|
234 | 243 |
|
235 | 244 |
|
| ||
238 | 247 |
|
239 | 248 |
|
240 | 249 |
|
241 |
| - |
| 250 | + |
242 | 251 |
|
243 | 252 |
|
244 | 253 |
|
|
src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php+10-4Lines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 |
| - |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
| 29 | + |
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
| 37 | + |
| 38 | + |
37 | 39 |
|
38 | 40 |
|
39 | 41 |
|
| ||
42 | 44 |
|
43 | 45 |
|
44 | 46 |
|
| 47 | + |
| 48 | + |
45 | 49 |
|
46 | 50 |
|
47 | 51 |
|
| ||
58 | 62 |
|
59 | 63 |
|
60 | 64 |
|
61 |
| - |
| 65 | + |
62 | 66 |
|
63 | 67 |
|
64 | 68 |
|
| ||
77 | 81 |
|
78 | 82 |
|
79 | 83 |
|
| 84 | + |
| 85 | + |
80 | 86 |
|
81 | 87 |
|
82 | 88 |
|
src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php+16-1Lines changed: 16 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| ||
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
| 29 | + |
| 30 | + |
28 | 31 |
|
29 | 32 |
|
30 | 33 |
|
| ||
33 | 36 |
|
34 | 37 |
|
35 | 38 |
|
| 39 | + |
36 | 40 |
|
37 | 41 |
|
38 | 42 |
|
| ||
50 | 54 |
|
51 | 55 |
|
52 | 56 |
|
53 |
| - |
| 57 | + |
54 | 58 |
|
55 | 59 |
|
56 | 60 |
|
57 | 61 |
|
58 | 62 |
|
59 | 63 |
|
60 | 64 |
|
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
61 | 75 |
|
62 | 76 |
|
63 | 77 |
|
64 | 78 |
|
65 | 79 |
|
66 | 80 |
|
| 81 | + |
67 | 82 |
|
68 | 83 |
|
69 | 84 |
|
|
src/Symfony/Component/HttpKernel/Tests/EventListener/SessionListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Tests/EventListener/SessionListenerTest.php+36-2Lines changed: 36 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
58 | 59 |
|
59 | 60 |
|
60 | 61 |
|
61 |
| - |
62 |
| - |
| 62 | + |
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
79 | 113 |
|
src/Symfony/Component/HttpKernel/composer.json
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/composer.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
|
0 commit comments