I have two laravel project in the same server i use auth for all projects. When i login to
I had the same problem with two Laravel projects and when I changed the session cookie name in config/session.php for one of them, the problem solved.
Please change your project name in .env file
APP_NAME
project1 its working fine.Same time i was
login in to project2
my project1
will be log out.I had the same problem with two Laravel projects and when I changed the session cookie name in config/session.php for one of them, the problem solved.
In Laravel 5.5:
Please change your project name in .env file
APP_NAME