PHP: What are your security tips (advice) for Login Systems?

What should i create to enhance the security of my login(user) system? Some categories:
storing in database
hashing
encrypting/decrypting
logging in
storing in session variables
etc
 
Back
Top