HI.
I wonder if anyone has ever experienced this.
I am using PHP 4.3.x with Apache and MySQL database.
We have a forum in a community portal. In the forum ,people can create topics or reply. Simple.
The strange thing is that on two rare occasions, somehow a new topic was recorded to be posted by user Id 1 whereas the real poster was 11966 or something other. I retrieved the user Id from $_SESSION variable.
The user was confused so he replied after 3 minutes and this time, the poster Id was correct.
I have no idea how this could occur, is it possible for session to cross ? Or perhaps if the two users (1 and 11966) logs in at the same time via the same gateway with same IP could this happen?
Please assist.
Thanks beforehand.
Nami
Regards,
Namida
I wonder if anyone has ever experienced this.
I am using PHP 4.3.x with Apache and MySQL database.
We have a forum in a community portal. In the forum ,people can create topics or reply. Simple.
The strange thing is that on two rare occasions, somehow a new topic was recorded to be posted by user Id 1 whereas the real poster was 11966 or something other. I retrieved the user Id from $_SESSION variable.
The user was confused so he replied after 3 minutes and this time, the poster Id was correct.
I have no idea how this could occur, is it possible for session to cross ? Or perhaps if the two users (1 and 11966) logs in at the same time via the same gateway with same IP could this happen?
Please assist.
Thanks beforehand.
Nami
Regards,
Namida