12 Aug
2003
12 Aug
'03
7:55 p.m.
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