in my PHP forum version 1 I stored the username and password in a mysql database. Password is stored md5 encrypted. basically on login they enter their username and password. the script md5s it then compares the md5 string to the md5 string from the database.
is this secure? (well of course nothing is fawless)
I also stored both in session. hmmmm planet sim you said this was not secure.
I cant really see how u could could get much more secure without having to login everytime you do something