Database container (Previous) (Next) Introduction

View this page in Last updated: Sun, 28 Sep 2008
English | French | German | Japanese | Plain HTML

HTTP_Session2

Table des matières
Introduction --  An introduction to HTTP_Session2
Using a database container --  How to store session data in a database with HTTP_Session2
Making a session persistent --  This example illustrates how to make a session persist over multiple browser sessions using a so called "session cookie".

The HTTP_Session2 package provides an Object-oriented interface to the session_* family functions. It's a PHP5 port of the HTTP_Session package.

HTTP_Session2 provides extra features such as database storage for session data using the DB and MDB2 package. It also introduces new methods, such as isNew(), useCookies(), setExpire(), setIdle(), isExpired(), isIdled() and others.

Database container (Previous) (Next) Introduction

Download Documentation Last updated: Sun, 28 Sep 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.