class Session
This class enables data to be preserved across subsequent requests invoked by the end user.
Additional measures must be taken to actively protect the integrity of a session.
Located in /session.class.php (line 22)
function __construct
This method is executed when an object is instantiated from this class. Preprocessing can be done here before the object is put into service.
function CloseSession() {
This method starts a session if it does not exist, destroys all data registered to the session, and expires the session cookie.
function GetCacheExpire
This method retrieves the current cache expire setting.
function GetCacheLimiter
This method retrieves the current cache limiter setting.
function GetCookieParameters
This method retrieves the session cookie parameters.
function getId
This method retrieves the current session id.
function GetInstance
This method instantiates a new object from this class; more specifically, it's a singleton instance.
function GetName
This method retrieves the current session name.
function GetSavePath
This method retrieves the current session save path.
function OpenSession
This method sets the current session save path, the session name, the session cookie parameters, the current cache limiter, the current cache expire and starts a session.
Documentation generated on Thu, 9 Sep 2004 09:03:39 -0400 by phpDocumentor 1.3.0RC3