[Zope] How can I save variables in a session

Chris Withers chrisw at nipltd.com
Wed Sep 17 08:28:53 EDT 2003


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




More information about the Zope mailing list