adamsoderqvist
Programmer
Hi everyone,
In my project I'm working on, I have a login area for members. I use the technique with checking if username and password exists in a DB, and then saving the username in a session variable. The session variable is then used by each singe page to make sure that the user "took the right way in" (i.e.: is the Session("UserName"-variable empty or not...). If the user went right in - he or she will be bounced out again.
Now, this is a sort of security system that will keep out the amatures - but those who choose to spend a little time with it will definately enter!
What could be done in this matter?
In my project I'm working on, I have a login area for members. I use the technique with checking if username and password exists in a DB, and then saving the username in a session variable. The session variable is then used by each singe page to make sure that the user "took the right way in" (i.e.: is the Session("UserName"-variable empty or not...). If the user went right in - he or she will be bounced out again.
Now, this is a sort of security system that will keep out the amatures - but those who choose to spend a little time with it will definately enter!
What could be done in this matter?