01-10-2009, 06:04 PM
|
#6 (permalink)
|
|
The Contributor
Join Date: Jan 2009
Posts: 40
Thanks: 10
|
Well basically it does:
- Checks to see if the user details are ok
- Starts A Session with session hash( not just the session id, but a mix of a lot of things), a password hash (for checking each time isRegistered() is called), and an expires time
- Then it adds the session infomation to the database
I then have a isRegistered() function that checks all the information against database et.
|
|
|
|