Commits ------- f400124 [HttpFoundation] Small optimization of Session flash handling Discussion ---------- [HttpFoundation] Small optimization of Session flash handling Due to copy-on-write, this is faster and takes less memory unless the flashes are changed during the request, but that's not very likely as typically you set flashes, redirect, then show them, and at that point you do not modify them again.
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|