|
I know there are tons of resources out there for login systems, but they're all relatively complex. I just want a simple login system that checks cookies and/or pre-existing sessions and then displays what needs to be displayed, and if false, displays the login form (which would then of course check against the MySQL database for validity). It's administrator only, so it doesn't need to be overly fancy or sophisticated... the only concern is security. Can someone point me in the right direction?
|