I adapted Ying Zhang's Tip (http://www.phpbuilder.com/columns/ying20000602.php3) on using MySQL to manage Session information - I created a "session_mysql.php" script that contains functions sess_open, sess_read, sess_write, etc. I have it working, but I don't understand how...