Class Core_Session

Description
  • abstract:

Located in /packages/core/lib/session.inc.php (line 2)


	
			
Variable Summary
integer $Expires
integer $ID
integer $Persistent
string $RemoteHost
User $User
integer $UserID
Method Summary
boolean dbDelete ()
boolean dbLoad ()
boolean dbLoadUser ()
timestamp getExpiration ()
string getRemoteHost ()
integer getUserID ()
Variables
integer $Expires = 0 (line 205)

Expiration time (timestamp)

  • access: public
integer $ID = 0 (line 184)

Session ID

  • access: public
integer $Persistent = 0 (line 212)

Persistent Session

  • access: public
string $RemoteHost = NULL (line 198)

Remote Host for session

  • access: public
User $User = NULL (line 217)
  • access: public
integer $UserID = 0 (line 191)

User ID

  • access: public
Methods
dbDelete (line 42)

Deletes ArchonSession from the database

  • access: public
boolean dbDelete ()
dbLoad (line 104)

Loads ArchonSession from the database

  • access: public
boolean dbLoad ()
dbLoadUser (line 154)

Loads User for ArchonSession from the database

  • access: public
boolean dbLoadUser ()
getExpiration (line 9)

Returns time current session will expire

  • access: public
timestamp getExpiration ()
getRemoteHost (line 19)

Returns Remote Host location

  • access: public
string getRemoteHost ()
getUserID (line 29)

Returns User ID

  • access: public
integer getUserID ()

Documentation generated on Wed, 05 Mar 2008 16:47:21 -0600 by phpDocumentor 1.3.1