Bugfix: when using PHP sessions, if there's already a session, session_id()...
Bugfix: when using PHP sessions, if there's already a session, session_id() will return the identifier of that session, not our session. In that case, we need to make sure it is our session so that we don't hijack the one of the application.
Loading
Please register or sign in to comment