[Fwd: [Zope] Sessions between domains]
Dieter Maurer
dieter at handshake.de
Tue Aug 12 22:55:03 EDT 2003
Ben Bush wrote at 2003-8-12 09:13 -0600:
> I am wondering how others have solved this problem. Are people using
> cookies between the 2 sites (I would like to avoid this) or are people
> writing this info to a database? Any help would be much appreciated.
We serve several domains by the same (farm of) Zope instance.
We avoid cookies (mainly because some customers disable them)
and code session ids in the URL. Thus, we can transfer
session information between domains (in a restricted way only, of course).
Dieter
More information about the Zope
mailing list