Re: [Zope] persistent sessions with ZEO not working

2009-11-16 Thread Marko Kruijer
Yes, I followed the instructions from the howto, including the mount point part. I have a folder named 'session_folder' in my root, and it containts a session data manager. There are also items in there when sessions are being used so it looks like that's functioning fine. Are the sessions

[Zope] persistent sessions with ZEO not working

2009-11-13 Thread Marko Kruijer
I'm maintaining a ZEO cluster setup that currently consists of 2 Zope clients and 1 ZEO server (Zope version is 2.10.5.) I'm using sessions on the hosted site and am having trouble sharing them across the 2 servers. I've done a config as described here:

Re: [Zope] persistent sessions with ZEO not working

2009-11-13 Thread Allen Schmidt Sr.
What we did was create a Session.fs and added to the zope and zeo conf files. Then after restarting the zopes and zeo, in the ZMI, create a ZODB mount point and it should see the Session.fs and build the parts in the root of the ZMI that you need. Been a long time but I think those are the

Re: [Zope] persistent sessions with ZEO not working

2009-11-13 Thread Marko Kruijer
That's not my problem, the session is in it's own .fs file, and it is persistent. The problem is that the two zope clients use different sessions id's for the same user, that's not supposed to happen imo. Allen Schmidt Sr. wrote: What we did was create a Session.fs and added to the zope and

Re: [Zope] persistent sessions with ZEO not working

2009-11-13 Thread Allen Schmidt Sr.
Do you have the ZODB mount point set up and pointing to your session_folder? Marko Kruijer wrote: That's not my problem, the session is in it's own .fs file, and it is persistent. The problem is that the two zope clients use different sessions id's for the same user, that's not supposed to