Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

ionesculiviu's avatar

Session sharing on multiple logged-in users

Hi. I have a strange problem with multiple users logging-in in the same network on a custom Laravel application. After the second user has logged in, the first user appears as logged in as the second. The application is hosted online, not local.

0 likes
4 replies
Roni's avatar

What are you using to allow multiple authentications at the same time? Normally your app should guard against this, even a fresh install with wont have this issue.

Please provide a detailed response, with snippets if you wrote it. If not contact the person who wrote the code.

jlrdw's avatar

logging-in in the same network on a custom Laravel application.

Are they using the same computer to login. If so that's probably the problem.

ionesculiviu's avatar

Different users on different pcs on the same network.

Please or to participate in this conversation.