6fac46b389
PR: ports/65499 Submitted by: Roman Neuhauser Approved by: mat (mentor)
8 lines
308 B
Plaintext
8 lines
308 B
Plaintext
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.
|
|
|
|
WWW: http://pear.php.net/package/HTTP_Session/
|