HTTP_Session

Table of Contents
Introduction --  Introduction to HTTP_Session
Database container --  Store session data in a database with HTTP_Session

The package provides an Object-oriented interface to the session_* family functions. It provides extra features such as database storage for session data using the DB, MDB and MDB2 package. It introduces new methods like isNew(), useCookies(), setExpire(), setIdle(), isExpired(), isIdled() and others.