i have two laravel project in the same server i use auth for all projects. When i login to project1 and then i login in to project2 my project1 will be log out. How can i login to all project by avoid session conflict??
in my project1 i keep default path=>'/'
i try to change config/session in project2 by change path => '/' to path=>'/new'
but it still not working.. Any solution for this