Even with register_globals off, I am still having this issue of people (on DIFFERENT computers, who have NEVER used the same computer) getting each other's preferences.


Is it possible it has something to do with the ".pref" file that gets created in the data directory if $username doesn't get properly set?

This bit of code looks suspect to me, at the beginning of src/load_prefs.php:

$username = ( !isset($username) ? '' : $username );

It seems to me this is a possible source of the problem.

Daniel Drucker
[EMAIL PROTECTED]



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to