PEAR is archived and read-only

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

Home » HTTP » HTTP_Session2

PHP5 Session Handler

This package is unmaintained.

Download latest release 0.7.3 (archived versions might be outdated)

License: The BSD License

Description

PHP5 Object-oriented interface to the session_* family functions it provides extra features such as database storage for session data using DB/MDB2 packages.

Supported containers are PEAR::DB, PEAR::MDB2 and Memcache.

HTTP_Session2 introduces new methods such as isNew(), useCookies(), setExpire(), setIdle(), isExpired(), isIdled() and more.

Documentation

Manual

Maintainers

Dependencies

Required

Optional

Releases

Bugs

IDStatusTypeVersionDateSummary
#4164ClosedBug2005-04-16Garbage collection not working because of index of array
#6301ClosedBug2005-12-20Undefined index: __HTTP_Session2_Idle
#6302ClosedReq2005-12-20missing function useTransSID
#6449ClosedBug2006-01-09Undefined variable warning
#6553ClosedReq2006-01-22PDO Driver
#7279ClosedBug0.2.02006-04-03Error in example file
#12679ClosedBug0.6.12007-12-13Bad DB DNS handling
#12698BogusBug0.6.12007-12-14Class causes: "The page isn't redirecting properly" error
#12701ClosedBug0.6.12007-12-15setExpire() bug + documentation problem
#12819ClosedBugCVS2008-01-03Small bug in constructor
#13023ClosedBug0.6.12008-01-31Idle propery does not work
#13084ClosedBug0.7.02008-02-07Idle property and Expiry property don't work
#13126ClosedBug0.7.02008-02-15Class method visibility
#13127ClosedBug0.7.02008-02-15The given dsn was not valid for MDB2
#13722No FeedbackBug0.7.22008-04-19gc() method doesn't invoke
#13855ClosedDoc0.7.22008-05-08Sample in documentation incorrect
#13863DuplicateDoc0.7.22008-05-09Minor documentation inaccuracies
#13864ClosedDoc0.7.22008-05-09Minor documentation inaccuracies
#14641ClosedBug0.7.22008-09-12Shouldn't set() be static?
#14651ClosedReq0.7.22008-09-16Introduce ERR_SYSTEM_PRECONDITION
#14656ClosedReq0.7.22008-09-17Implement VACUUM/OPTIMIZE
#14662ClosedBug0.7.22008-09-18Tests are not installed
#14663ClosedReq0.7.22008-09-18Implement test for MDB2 container/driver
#14916ClosedBugCVS2008-10-29Unit tests don't skip properly
#16538Wont fixBugUnknown2009-08-19Session Writing Bug
#16923ClosedReq2009-12-18Allow a setter to determine cache expiry
#17183ClosedBug0.7.22010-03-02MDB2 container doesn't work with APC
#17259AssignedReq0.7.22010-03-24Security improvements
#17625BogusBug0.7.32010-07-23After expiry no session data can be written
#17647ClosedReq0.7.32010-08-02Change some MDB2 query() calls to exec()
#17692BogusBug0.7.32010-08-11character corruption
#17835Wont fixBugSVN2010-08-31WARNING: Function 'spliti' is deprecated, please use 'preg_split'
#19157OpenDocSVN2011-12-22Update documentation re: newer version of useCookies()
#19742OpenBug0.7.32012-12-11Use of session_unregister is depracated
#19747OpenBug0.7.32012-12-12Use of session_unregister is not supported anymore