Posted on Wednesday, 23rd May 2007 by admin
We discussed there that HTTP Basic Authentication has a number of drawbacks, and that you can avoid those with PHP-based authentication.The PHPLib features sophisticated classes for handling user authentication and permission management. The PHPLib authenticates sessions; thus it depends on the Session class.On those pages in which you need authentication, the following page_open() call should be made to instantiate a session and authentication object:page_open(array(“sess” => “Session_Ex ... Read the rest
Tags: Permission Management, Sessions, Undefined Function
Posted in Joomla | Comments (0)
