Class contains contains methods for setting sessions
Located in /lib/session.php (line 14)
checkAccessControl($allow)
checks user level: super has access to all, admin has access to more user has access to less null has access to least
method for reading an action message
method for getting how long user has been in session
checks $_SESSION['id'] and if set it will return method for getting a users id
method for getting users level (null, user, admin, super) return mixed null or string if null then user is not logged in if string we get the users highest level, user, admin or super.
method for initing a session
set in_session and start_time of session
method for testing if user is admin or not
method for testing if user is in session or not
method for testing if user is in super or not
method for testing if user is loged in or not
method for setting an action message. Used when we want to tell a user what happened if she is redirected
Documentation generated on Fri, 17 Dec 2010 17:56:37 +0100 by phpDocumentor 1.4.3