[Usergroups] maintaining session variables using zeocluster

nair rajiv nair331 at gmail.com
Mon Sep 14 11:06:45 UTC 2009


On Sat, Sep 12, 2009 at 2:46 PM, Chris Emery <Chris.Emery at cpcc.edu> wrote:
> IIRC you could set up a share, mount it on each front end, then configure your clients to use that path for storing session info - thought I don't recall the syntax for it atm.
>
> Sent from my Windows Mobile® phone.
>
> -----Original Message-----
> From: nair rajiv <nair331 at gmail.com>
> Sent: Saturday, September 12, 2009 5:12 AM
> To: usergroups at lists.plone.org <usergroups at lists.plone.org>
> Subject: [Usergroups] maintaining session variables using zeocluster
>
>
> Hello,
>
>       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  i.e  a value set to sesssion variable
> when pound sends a request to one client cannot be retreived when a request is
> sent to some other client. What can be done in such a situation ?
>      we are using Zope 2.9.6 and plone version 2.5.2
>
>
> Thanks in advance
> Rajiv Nair
>
>
>
> _______________________________________________
> Usergroups mailing list
> Usergroups at lists.plone.org
> http://lists.plone.org/mailman/listinfo/usergroups
>


Hi

   Got the problem 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-pound/


Rajiv nair




More information about the Usergroups mailing list