3 Sep
2004
3 Sep
'04
6:17 p.m.
Richard Jones wrote at 2004-9-3 09:01 +1000:
... When I tried to update an *existing* setup to migrate it from a single Zope server to using ZEO, and then using the session_folder / Session-Data ZEO setup, it doesn't work - session_folder just gets created in the existing Data.fs. I tried deleting session_folder and restarting before re-adding the folder, to no avail.
The "sessions" storage is mounted - it appears in the control panel. It just doesn't get used.
Delete the automatically created "session_folder" and replace it with a "ZODB MountPoint" (of the same name) to your session storage. -- Dieter