|
super simple version...
header on all 'secure pages to check if a cookie = 'logged in'
if not, redirect to login form
login form goes to page that check to see if the form entries = some hard coded values
if the equal, then set the cookie to 'logged in' and redirect to secured page
if not equal then redirect back to the login form.
|