Home PHP and MySQL Sessions

PHP and MySQL - Sessions


Stateful web database applications can be built using sessions, and session management is the topic of this tutorial. In this tutorial we:
  • Discuss how sessions are managed in the stateless environment of the Web and introduce the three characteristics of server-side session management
  • Introduce cookies for storing state
  • Show how to use and configure the PHP session management library
  • Use PHP session management to improve the client entry <form> in the winestore case study
  • Provide a brief list of reasons for using, or avoiding, session management over the Web

[Next]