Under what circumstances will Laravel generate a new session file every time it is refreshed.
Solution: Do not use web middleware
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.
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.