Commit 33d1288
committed
feature symfony#8716 Secure and Lazy session changes (weaverryan)
This PR was squashed before being merged into the 3.4 branch (closes symfony#8716).
Discussion
----------
Secure and Lazy session changes
Fixes symfony#8562
I believe that, in user-land, the only change is that the `framework.session.use_strict_mode` is deprecated, and that we need to say that session data is no longer written unless the session data actually changed.
Commits
-------
3e28070 Removing limit_metadata_writes
0a0bca2 Removing use_strict_mode docs, as this feature is deprecated in 3.4File tree
3 files changed
+10
-86
lines changed- _build
- reference/configuration
- session
3 files changed
+10
-86
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
| 248 | + | |
248 | 249 | | |
249 | 250 | | |
250 | 251 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
845 | 844 | | |
846 | 845 | | |
847 | 846 | | |
848 | | - | |
849 | | - | |
850 | | - | |
851 | | - | |
852 | | - | |
853 | | - | |
854 | | - | |
855 | | - | |
856 | | - | |
857 | | - | |
858 | | - | |
859 | 847 | | |
860 | 848 | | |
861 | 849 | | |
| |||
902 | 890 | | |
903 | 891 | | |
904 | 892 | | |
| 893 | + | |
| 894 | + | |
905 | 895 | | |
906 | 896 | | |
907 | 897 | | |
908 | 898 | | |
909 | 899 | | |
910 | | - | |
911 | | - | |
912 | | - | |
913 | | - | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
914 | 903 | | |
915 | | - | |
916 | | - | |
| 904 | + | |
| 905 | + | |
917 | 906 | | |
918 | 907 | | |
919 | 908 | | |
| |||
This file was deleted.
0 commit comments