View Single Post
Old 03-14-2006, 09:57 AM   #4 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,446
sde is on a distinguished road
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']
sde is offline   Reply With Quote