ashwoods wrote:
> does anybody have experience of sharing session information from a
> plone site. I want our intranet users that are authenticaded in plone
> to be able to access django without having to relog.

 Haven't done this directly, but what you'd have to do is get the __ac
cookie that plone uses for sessions and use that.

 So, your django site would have to be on the same domain as your plone
site.

 Then your django code would get the __ac cookie from the request.

 Then it would have to use something in the zope/plone API to get the
username.

 Tricky bit would be talking to zope - I'm not sure how deep in the
zope authentication system you'd have to go. It might be something we'd
want to do on our site, so I might ponder it more later. If you get any
ideas yourself, share them!

Barry


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to