Changes between Version 2 and Version 3 of JoomlaIntegration


Ignore:
Timestamp:
Oct 30, 2008, 8:41:07 PM (16 years ago)
Author:
Benjamin Berg
Comment:

fixed the db issue, and cleaned up the code

Legend:

Unmodified
Added
Removed
Modified
  • JoomlaIntegration

    v2 v3  
    22
    33This is a plugin that enables authentication against a Joomla! 1.0 host. It works by simply reading out the Session cookie, and using the session data from Joomla that is stored in MySQL. It also contains an authz_policy implementation that is able to authenticate against the Joomla group of the user.
    4 
    5 '''Warning:''' The current code is not thread safe. The problem is that I tried to cache the db connection, but my implementation is too naive and completely broken. If someone knows a good way to only open a connection per request, or keep a connection pool, I would love to hear from them.
    64
    75== Getting the Code ==