I had to solve a similar problem with a jforum-php hybrid.
the solution was to setup a local xmlrpc, where the jforum served as a
master for the user state (logged in /out) and data
1) for logging in or out and to maintain a session timout you have to
call the xmlrpc
2) to maintain user data i redirected to the jforum
-> so the data/state handling was consistently managed by only one
side


On Jan 23, 7:13 pm, iain duncan <[EMAIL PROTECTED]> wrote:
> I'm going to be hybridizing a Drupal-TG site for a client who now needs
> to add a blog/forum/article library to their existing TG based online
> presence, and I'd like to make that as transparent as possible. I've
> chosen Drupal for the job for business reasons, I want to be able to
> pass off maintenance and extension of that area to an easily found
> subcontractor. The hard part is that I want to get it so that if one
> logs in on the tg end, they are logged in to drupal, and vice versa.
> Obviously it's going to require some skulduggery with the sessions and
> cookies, but I thought I'd check here first to see if anyone else has
> also done that or knows drupal identity and has any suggestions.
>
> Thanks
> Iain

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to