Oct 7, 2024
0
Level 1
Laravel 5.4 Multiple Sessions Stopped Working in Chrome, But Working in Firefox
I have a Laravel 5.4 project that has been running for the past 8 years. It supports multiple user sessions within the same browser, and this functionality has been working fine until recently. Suddenly, multiple sessions stopped working in Chrome. If I log in with a new user, it automatically logs out the previous user. However, this issue does not occur in Firefox, where multiple sessions are still functioning correctly.
In Chrome, I expect multiple sessions to continue working as they did before, allowing different users to be logged in at the same time in different tabs/windows.
Please or to participate in this conversation.