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.
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.