i created a login system but i want to know without using cflogin, how can i call my checklogin page i onrequest or onrequest to make sure all pages being browsed are member only pages, my page which is checklogin checks if logged in, navigate to index.cfm, but includfing that in redirect will happen redirect too many imes, i was thinking to create a validation.cfm file and call it on onrequest method so everytime request is made, it checks that file first and then continue next,
but my confusion lies how can i stop that file to be executed in the login page and check login page and logout page
maybe i am understanding wrong but that is what i am going through as of now