Under what circumstances will Laravel generate a new session file every time it is refreshed.
Solution: Do not use web middleware
黄舟2017-05-16 16:54:51
First you need to enable session ^_^
The browser has turned off cookies, or when using URL rewriting, the webpage returned to the user forgets to rewrite the URL.