On Mon, Sep 14, 2009 at 9:39 AM, Jean Jordaan <jean.jordaan@gmail.com> wrote:
Hi Nair
We are using a zeocluster with six clients and use pound for load balancing betwwen them. However I am having problems using session variables. I think that session variables are maintained separately for each client
You're right. Either configure pound so that sessions from one browser always goes to the same client, or mount your temporary storage in the ZEO master.
I made a patch for the filestorage recipe to do this. For more background and a patch, see: https://bugs.launchpad.net/collective.buildout/+bug/427878
-- jean . .. .... //\\\oo///\\
Hi all, The problem got solved. Just added these lines in pound.cfg. Session Type COOKIE ID "__ac" TTL 300 End And this is the link I referred to http://plone.org/documentation/how-to/simple-zope-clustering-with-squid-and-... Thanks for the help Rajiv Nair