You have two choices. If you want to share the session between both apps, you need to set the session driver to database and store the sessions of your projects in one table.
If you want to seperate sessions, so session l4 is only valid for your l4 app, then change the cookie prefix. That should work. Don't forget to clean browsers cookies!
Thanks again
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community