civic3x98
03-17-2006, 10:35 AM
Hello,
I have a system that uses a 50 character string that is alphanumeric. When the user logs in, the username and password is compared in the db, and this string is compared to a file that is created to make sure the strings match.
Lets say, that a user wants to be sneaky and try and guess the string for another user, and is somehow successful. Which is the equiv to the other user logging into their account.
Is there a way I can store the hackers string and when they try to access the other users account, the hackers string is compared to the attempted hacked users string and the hacker is denied and sent elsewhere.
How can i do this? Are cookies involved?
I have a system that uses a 50 character string that is alphanumeric. When the user logs in, the username and password is compared in the db, and this string is compared to a file that is created to make sure the strings match.
Lets say, that a user wants to be sneaky and try and guess the string for another user, and is somehow successful. Which is the equiv to the other user logging into their account.
Is there a way I can store the hackers string and when they try to access the other users account, the hackers string is compared to the attempted hacked users string and the hacker is denied and sent elsewhere.
How can i do this? Are cookies involved?