[Zope] Zope and php authorization
Dieter Maurer
dieter@handshake.de
Tue, 27 Nov 2001 21:57:40 +0100
Chris Herrnberger writes:
> Im at a disadvantage here as Im new to zope programming. What I would like to
> accomplish is to integrate in one zope site three existing php applications
> and one zope app that Im just completing. I dont need to have the php tree in
> zope but I do need to have the main site page secured via a logon prompt and
> have the same cookie or session authorize the user for access to the existing
> php applications.
You would probably need to slight adapt a (Cookie based) Zope UserFolder and
SessionManager to use the same cookie names as your PHP does...
Dieter