Access Control in ColdFusion - The Basics (part 1) - Security Series #7.2
OK, so I have been putting of this access control stuff for too long. So let's get to it.
In "the basics" we are going to continue our discussion of access control by focusing on controlling how our application is accessed. We are not going to worry about source code files, media or image files, servers, non-web document files, or DBMSs. We are just going to worry about accessing the application from the browser, controlling program flow, etc.


