2003-12-28 09:54:32 +01:00
|
|
|
Object-oriented interface to the session_* family functions
|
|
|
|
it provides extra features such as database storage for
|
|
|
|
session data using DB package. It introduces new methods
|
|
|
|
like isNew(), useCookies(), setExpire(), setIdle(),
|
|
|
|
isExpired(), isIdled() and others.
|
|
|
|
|
2004-04-13 22:23:20 +02:00
|
|
|
WWW: http://pear.php.net/package/HTTP_Session/
|