Home >Backend Development >PHP Tutorial >In an app built with laravel, after logging in, I kill the app process and re-enter, and I have to log in again. How can I solve this problem?
It should be a problem of session reuse. Put the session into the database and then use session related functions to overload the session
The session reuse method handled before