-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login causing global logins #4
Comments
"another browser" means really a completely different browser? I guess this has then something todo with $_SESSION if drupal is using it because this var is actually always the same and should be replaced after each request. |
Yeah, a completely different browser. I think it's similar to what you're suggesting. Looks like this piece isn't fully converted to dependency injection and uses a global (singleton?) containing the current user: |
Hmm. If I'm reading this correctly, the service uses Ah, but it would probably still be global... |
@marcj Does authentication work as expected in the Symfony & Laravel versions of PHP-PM? |
Thats a good question, I guess so, but I'm not sure. |
@bertrama's idea in the D7 issue might help with this. |
Logging in via one browser resulted in my being logged in automatically when using another browser which should have caused an anonymous visit.
To repeat
Expected results
The second browser shouldn't be logged in. It should be an anonymous user visit.
Actual results
The second browser is already logged in when the page loads.
The text was updated successfully, but these errors were encountered: