I have a security issue here..
My application requires a login/pw. I can login with no problem and I can perform procedures with no problem. the problem occurs when I logout. The logout takes me back to the index.cfm page which it is supposed to do. Now if I try to access a page within a layer of security by simply typing it in it will not stop me. It allows me to continue as if I had logged in. If I reload any page within the security layer then it will realize I have not logged in and kick me back to index.cfm where I am supposed to go when I go to page I should not have acces to. It seems to me it is using a cached copy of the pages maybe???? What is a procedure to kake sure everytime you go to a page you have proper access?
I will post some code if needed..
My application requires a login/pw. I can login with no problem and I can perform procedures with no problem. the problem occurs when I logout. The logout takes me back to the index.cfm page which it is supposed to do. Now if I try to access a page within a layer of security by simply typing it in it will not stop me. It allows me to continue as if I had logged in. If I reload any page within the security layer then it will realize I have not logged in and kick me back to index.cfm where I am supposed to go when I go to page I should not have acces to. It seems to me it is using a cached copy of the pages maybe???? What is a procedure to kake sure everytime you go to a page you have proper access?
I will post some code if needed..