I have just changed my session handling code in Laravel, and changed it to memcached. the application works fine. But as soon as I login to application in other browser the user in first browser is logged out.
Anyone has any idea what might be causing this issue.
After analyzing the issue, I observed that only one user is able to login at a given time. if second user is trying to login from any other system or location he is unable to do so. Once the first user closes his session then only the second user is able to login.