blob: 0044e1adbf3221fba9cbbd0a9ef5106a69f5bde9 (
plain)
1
2
3
4
5
6
7
|
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-info.php?package=HTTP_Session
|