SLIDE 1
2
Logging In Correctly
- Unique session IDs identify your client
- No other client who has connected to the website
should have the same ID
- With proper encryption, nobody else knows your ID.
Authentication
- Get username/password from user
- Check in file/db that correct combination
– Never store plain text passwords
- Hash
- Salt
- Iterate hashing
- Set session variable
- Later see if session variable is set – if yes, it