views:

17

answers:

1

Hi I am developing a site based on Joomla 1.5 and using wordpress for the blog aspect for the site. I need help in user authentication part.

I am looking for sharing the user session between both.

Example : If a user loged into Joomla he gets logged into wordpress too are may be the reverse way.

What I mean is let the user registration be handled by application A and let application B authorise it's users from application A.

Kindly help.

A: 

corePHP makes a WP integration for Joomla.

http://www.corephp.com/joomla-products/wordpress-for-joomla.html

Brent Friar
Oh no that is very buggy...... Actually it integrates WP as a Joomla component which results in many WP plugins loosing functionality. Actually I have a joomla plugin which replicates its user details like username' password and email into wordpress database. Joomla creates a session upon user login and I want wordpress to authorize automatically it's users from this Joomla session.
Vikram