|
what is the query you use to set $_SESSION['passwordprotect'] ?
do you have a user table in your database?
why are you tracking the password in the log? if a user is able to login, then they already submitted a valid password right?
what are keywords?
if you put the username in the session, then you will always have access to log that. depending what type of logging is for, you may want to log the user's IP address as well. $_SERVER['REMOTE_ADDR']
|