Top Level :: HTTP

Package Information: HTTP_Session

This package has been superseded, but is still maintained for bugs and security fixes. Use HTTP_Session2 instead.
» Summary » License
Object-oriented interface to the session_* family functions PHP Licence
» Current Release » Bug Summary
0.5.6 (beta) was released on 2007-07-16 by troehr (Changelog)
Easy Install

Not sure? Get more info.

pear install HTTP_Session

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/HTTP_Session

No open bugs
Report a new bug to HTTP_Session
» 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.
» Maintainers » More Information

Dependencies for HTTP_Session

  • PHP 4.2.0
  • DB 1.7.6 (Optional)
  • MDB 1.1.4 (Optional)
  • MDB2 2.0.1 (Optional)