Discussion:
[Zope3-Users] Sharing session between different servers
Subish K S
2011-06-15 06:14:00 UTC
Permalink
Hi,
 
We have 10+ Zope servers ( on different machines). Right now each Zope server independently handles session management which means that if a Zope server fails the users on that Zope server do not get redirected to a functioning Zope server but get "stuck" on the failed Zope server. Is there any way to manage the session of all the zopes servers in a common place.
 
Regards,
Subish
Christian Klinger
2011-06-15 06:19:40 UTC
Permalink
Hi Subish,

you should have a look on a different Session implementation for zope:

http://pypi.python.org/pypi/lovely.session/0.3.0
http://pypi.python.org/pypi/dolmen.beaker/0.1

HTH
Christian
Post by Subish K S
Hi,
We have 10+ Zope servers ( on different machines). Right now each Zope
server independently handles session management which means that if a
Zope server fails the users on that Zope server do not get redirected to
a functioning Zope server but get "stuck" on the failed Zope server. Is
there any way to manage the session of all the zopes servers in a common
place.
Regards,
Subish
_______________________________________________
Zope3-users mailing list
https://mail.zope.org/mailman/listinfo/zope3-users
Loading...