-
-
Notifications
You must be signed in to change notification settings - Fork 35
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 happens with wrong user #60
Comments
This could be possible related to Part-DB. The id of the user that is currently is logged in is saved in the $SESSION var of PHP. This value should be deleted, if the user logs out. But if there is a problem doing that, this value could be used again in during the login process. I will investigate that in the code. Is there any way to provoke that behavior or is it completly random? |
We encountered that several times if two users wants to work with part-db:
|
I have tried to reproduce that issue, and it was not possible for me (neither in 0.5.6 nor my 0.6-dev installation). Are you using some modified php.ini file? Especially with changes on the session.* options? Maybe this is a php config related issue? |
Frequently it happens that after the successful login of user B he is logged in as user A, which was already logged in before. If this happens, there is no entry in the event log of user B after the login.
I've got no clue if this is related to server-side settings or partdb-related?
0.6.0-dev, partdb recognizes php 7.1.25, .htaccess is not configured.
The text was updated successfully, but these errors were encountered: