Illuminate\Session\Store.php
The file is mainly the function of session
;
Some of the methods will save the data to _flash.old
, and some methods will save the data to _flash.new
;
Anyone who knows, what is the difference between _flash.old
and _flash.new
? What are the differences in usage scenarios? Thanks!
After a long search, I found some accurate answers in Laravel-china, but they are still not detailed enough, as follows:
Hope someone can provide more details.