Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Developing applications that use PHP sessions is straightforward. The three important features of session management—identifying sessions, storing session variables, and cleaning up old sessions—are mostly taken care of by the PHP session management library.
In this section, we show you how sessions are started and ended, and how session variables are used, and provide strategies for designing session-based applications.