This document shows how to use sessions in CodeIgniter 3. It defines a SessionController with methods to set, get, and delete session data. It configures the session library and routes. Views are used to display links to call the SessionController methods and interact with the session data.