Introduction
Not all applications are created equal, and in many scenarios, you'll want to control how your application is accessed and by whom. It just so happens that CakePHP includes a flexible authentication system, which aims to take the pain out of users and session handling.
In this chapter, we'll look at various ways of handling authentication and access control when using the framework.