In this video, we discuss how to implement session-based authorization in PHP. Authorization is a two step process. Once the user is successfully authenticated, we need to setup the session management (using session variables and database access token). Secondly, we need to ensure all restricted resources are secured by only allowing authorized users.