|
Creating Log-In System
Hi, I just need the basic idea of this.
I don't want to use a third party one since I've done everything from scratch thus far..
Do i just store the username and md5(password) in a cookie/session and do a login check every time a page is loaded?
Has anyone made a login script before?
|