Unclassified NewsBoard Code Reference

unb_lib/session.lib.php contents

Session Library
Widely taken from the Website Management System WMS, http://software.unclassified.de/wms

provides functions to start, terminate and check a user login session

Functions

UnbCheckSession Check a present session. Called on every page access to verify a past login in this session
UnbCheckUserPassword Check a user password
UnbCreateSession Create a session. Called at login time
UnbCreateUserPassword Create a new user password
UnbLogoutNoTermSession Logout a user without terminating the session. Used for admin_lock effective logout.
UnbTermSession Terminate a session. Called at logout time
sha1 Implementation of SHA1 function, if it's not provided by PHP

Classes

No classes in this file.

Constants

No constants in this file.

© 2006 Yves Goergen. Unclassified NewsBoard Homepage. Reference based on UNB unb.devel.20060128, dated 2006-01-28.