I ran into a problem that my session is being overwritten by another registered user in php.
when we have a reasonable load of about 50-100 user sessions, they begin to mix. For example, if a user logs in as A after a while, his session switches to user B, who is also logged in. The system has been working for more than a year, and this is the first time we are faced with this problem.
The server is running Centos.
I have no code error anywhere, but somehow one information is being overwritten by others.
Please help me, because I'm trying to solve this error, but I do not have time.
Is there any php ini setting that will overwrite user session data? or Is it something on the server that randomization of session authentication is not correct?
Thanks in advance.
source
share