Class LiveSession1_11

Description
Variable Summary
integer $Expires
integer $ID
integer $Persistent
string $RemoteHost
User $User
integer $UserID
Method Summary
ArchonLiveSession __construct ()
boolean destroy ()
timestamp getExpiration ()
void getLanguageID ()
string getRemoteHost ()
mixed getRemoteVariable (string $Name)
integer getUserID ()
boolean setRemoteVariable (string $Name, string $Value, [ $SetCookie = false])
boolean unsetRemoteVariable (string $Name, [ $UnsetCookie = false])
boolean verify ()
Variables
integer $Expires = 0 (line 295)

Expiration time (timestamp)

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

Session ID

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

Persistent Session

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

Remote Host for session

  • access: public
User $User = NULL (line 307)
  • access: public
integer $UserID = 0 (line 281)

User ID

  • access: public
Methods
Constructor __construct (line 9)

ArchonLiveSession Constructor

  • access: public
ArchonLiveSession __construct ()

Redefinition of:
ArchonObject::__construct()
Generic constructor for ArchonObjects
destroy (line 116)

Destorys live session

  • access: public
boolean destroy ()
getExpiration (line 36)

Return time of expiration of live session

  • access: public
timestamp getExpiration ()
getLanguageID (line 48)

Returns language id according to preference of current Archon user and the default language in the configuration.

  • access: public
void getLanguageID ()
getRemoteHost (line 89)

Returns Remote Host location

  • access: public
string getRemoteHost ()
getRemoteVariable (line 76)

Returns a remote variable according to Name

  • access: public
mixed getRemoteVariable (string $Name)
  • string $Name
getUserID (line 102)

Returns User ID

  • access: public
integer getUserID ()
setRemoteVariable (line 146)

Sets a remote variable to Value

  • access: public
boolean setRemoteVariable (string $Name, string $Value, [ $SetCookie = false])
  • string $Name
  • string $Value
  • $SetCookie
unsetRemoteVariable (line 174)

Unsets a remote variable

  • access: public
boolean unsetRemoteVariable (string $Name, [ $UnsetCookie = false])
  • string $Name
  • $UnsetCookie
verify (line 200)

Verifies live session

  • access: public
boolean verify ()

Inherited Methods

Inherited From ArchonObject

ArchonObject::__construct()
ArchonObject::__call()
ArchonObject::__toString()

Documentation generated on Wed, 05 Mar 2008 16:46:45 -0600 by phpDocumentor 1.3.1