michael2983
Technical User
Hello,
I have a simple admin section where users can login. I'm using a form (admin.html) that goes to a .cfm page which verifies if the login and password are correct(admin_check.cfm), if login & password are correct the user is redirected to a third page(third_page.html). How can I make sure no one can get to the third page without first going through the login(admin.html)? (I don't think I need session cookies...just something simple to check where user is coming from)
any help is greatly appreciated.......thanks.
I have a simple admin section where users can login. I'm using a form (admin.html) that goes to a .cfm page which verifies if the login and password are correct(admin_check.cfm), if login & password are correct the user is redirected to a third page(third_page.html). How can I make sure no one can get to the third page without first going through the login(admin.html)? (I don't think I need session cookies...just something simple to check where user is coming from)
any help is greatly appreciated.......thanks.