214-564-5316
Monday, May 12, 2008

ASP Login Script using sessions and username/password stored in an Access Database


When you try to access this protected_page.asp you will be referred to a login page "twdlogin.asp".
A simple code snippet at the top of any and all pages protects the page from unauthorized users :




Once the user logs in with the correct username/password
- which are stored in an Access database -
they can view all protected pages unless they end their browser session by closing the browser.
Download the files and db here in a .zip file.