Changes between Version 1 and Version 2 of JoomlaIntegration


Ignore:
Timestamp:
Oct 28, 2008, 5:25:46 PM (16 years ago)
Author:
Benjamin Berg
Comment:

not thread safe

Legend:

Unmodified
Added
Removed
Modified
  • JoomlaIntegration

    v1 v2  
    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.
    46
    57== Getting the Code ==