Thanks for the reply!
I'm actually using "or die" for testing purposes only, and I am securing the password.
I will make sure to remove the password from the users session if I do not need it then.
As for obtaining user info, one query uses mysql_num_rows and the other is mysql_fetch_array. Are you suggesting that I just use one (mysql_fetch_array)?
Also, maybe you could explain number 3? I was pretty sure I am checking the password.
Thanks again for the help!!