This document describes how to customize the session handlers in PHP4. It provides examples of how to write a fully functional session handler that works with DBM files and one that works with a MySQL database.
This tutorial is going to cover the general area of making a PHP script user-aware. Basically, that stands for the fact that the webpage is designed for more than one user's preferences.