PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTTP » HTTP_Session

Object-oriented interface to the session_* family functions

This package is unmaintained.

Download latest release 0.5.6 (archived versions might be outdated)

License: PHP Licence

Description

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 as well as the Memcache extension. It introduces new methods
like isNew(), useCookies(), setExpire(), setIdle(),
isExpired(), isIdled() and others.

Documentation

Manual

Maintainers

Dependencies

Required

Optional

Releases

Bugs

IDStatusTypeVersionDateSummary
#1016ClosedBug2004-03-15Error on GC.
#1077ClosedBug2004-03-26Session expires before the expected time
#1358ClosedBug2004-05-07Package doesn't overwrite expired sessions in DB
#1528DuplicateBug2004-05-29Undefined property 'type' with PEAR::DB 1.6.0RC1 and newer
#2834ClosedBug2004-11-26Unable to handle start() call after destroy() using DB container
#3020BogusReq2004-12-23blank site (IE6/Win)
#4127ClosedReq2005-04-12Patch that fixes bugs 1016, 1077, 1358, 2834
#5454ClosedBug2005-09-19Error in Description of setIde()
#5924ClosedReq2005-11-10Please add isSet() method
#6408ClosedBug2006-01-03mysqli problem
#6719BogusBug0.5.12006-02-07Invalid Path
#6778ClosedBug0.5.12006-02-14DB container problem
#7543ClosedBug0.5.12006-05-02bug in sessionValidThru()
#8119BogusBug0.5.22006-07-05Logical eroor in function isExpired
#8660BogusBug0.5.22006-09-07Sessions are stored, but can't retrieve
#8717ClosedReq0.5.22006-09-16HTTP_Session::replicate()
#8815ClosedBug0.5.32006-09-29Notices with error_reporting(E_ALL)
#8911ClosedReq0.5.32006-10-08Add the possibilty to change the session id after destroy of old one.
#9261ClosedReq0.5.32006-11-07Add destructor to allow usage in PHP > 5.0.5
#9396ClosedBug0.5.42006-11-20Call to a member function on a non-object
#9402DuplicateBug0.5.42006-11-21PHP 5.2 warnings (E_ALL activated)
#9602ClosedBug0.5.42006-12-12createPackageXml.php is installed in package dir
#9607ClosedReq0.5.42006-12-13get() / set() by reference
#9715ClosedReq0.5.52006-12-31Add Memcache container
#11022ClosedReq0.5.52007-05-12Setting session ID
#11025ClosedReq0.5.52007-05-13Replace $_SERVER['SCRIPT_NAME'] with $_SERVER['PHP_SELF']