Class Call:
include_once("core/session/SESSION.php");
object = new SESSION();
Description:
Session handling class. The constructor transparently handles either
HTTP_SESSION_VARS or _SESSION variables so you must create a new object to use
its methods.
Methods:
setVar()
getVar()
delVar()
issetVar()
getArray()
writeArray()
clearArray()