17 Sep
2003
17 Sep
'03
12:28 p.m.
Allen wrote:
Unless you are using ZEO with multiple Zope clients behind squid and using a redirector. We found that the values seemed to stick to the client and would change back and forth with a page refresh.
Indeed. Speak to Chris McDonough. You need to make your session storage a ClientStorage rather than a TemporaryStorage. I guess the corresponding storage on the server could still be a TemporaryStorage, but you'd have to ask Chris... cheers, Chris