Commit 9d3e371
committed
minor symfony#58538 [HttpFoundation] session names must not be empty (xabbuh)
This PR was merged into the 5.4 branch.
Discussion
----------
[HttpFoundation] session names must not be empty
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
The changes done in symfony#58453 were not enough. Since the session name is used as the cookie name it must not be the empty string.
Commits
-------
4d595f4 session names must not be emptyFile tree
2 files changed
+2
-2
lines changed- src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments