Hello world,
Myself and a few friends have been experiencing the same problem. When
using sessions in PHP for ``logins'' we experience the sessions
``mixing.'' To say, one user logs in as ``foo,'' another user logs in as
``bar.'' User ``foo'' refreshes to find himself now logged in as
``bar'' or not logged in at all. This has happened on several different
scripts running on several different hosts using several PHP versions
(including the latest). I've been able to overcome it once in the past,
though I can't remember how and if the same method would have worked I
probably would have found it by now.
Thanks for any help.
-- E. Will // rakaur @ malkier
Myself and a few friends have been experiencing the same problem. When
using sessions in PHP for ``logins'' we experience the sessions
``mixing.'' To say, one user logs in as ``foo,'' another user logs in as
``bar.'' User ``foo'' refreshes to find himself now logged in as
``bar'' or not logged in at all. This has happened on several different
scripts running on several different hosts using several PHP versions
(including the latest). I've been able to overcome it once in the past,
though I can't remember how and if the same method would have worked I
probably would have found it by now.
Thanks for any help.
-- E. Will // rakaur @ malkier
Comment