Zinc::GateKeeper
From Deep Thought
NAME
Zinc::GateKeeper
DESCRIPTION
Optional Zinc module to control login and session management.
- new()
-
Create a new Zinc::GateKeeper object. Properties DirectorObj = An instantiated director object that we talk to about any issues Notes: * The Director Object must be instatiated & passed w/ an intact Memory object or we'll break - logout()
-
Obliterate this session both temp and perm store.
- GetSessionVar()
-
Retrieve a session setting. example: $GK->GetSessionVar('varname'); - SetSessionVar()
-
Pass in a key/value pair and it adds them to the session data example: $GK->SetSessionVar('varname'=>'value'); - UserIsAuthorized()
-
Return true if user is authorized, false if not.test3
NOTES
None.
EXAMPLES
None.
AUTHOR
Cyber Sprocket Labs, Advanced Internet Technology Consultants Contact info@cybersprocket.com for more info.
ABOUT CSL
Cyber Sprocket Labs (CSL) is and advanced internet technology consulting firm based in Charleston South Carolina. We provide custom software, database, and consulting services for small to mid-sized businesses. For more information, or to schedule a consult, visit our website at www.cybersprocket.com
CONTRIBUTIONS
Like the script and want to contribute? You can send payments via credit card or bank transfer using PayPal and sending money to our paypal@cybersprocket.com PayPal address.
COPYRIGHT
(c) 2008, Cyber Sprocket Labs This script is covered by the GNU GENERAL PUBLIC LICENSE. View the license at http://www.gnu.org/copyleft/gpl.html
REVISION HISTORY
v0.1 - Jun 2008
First go.
