Based on the variable name listed in those messages, I think that person was trying to increment a variable that would be stored in a cookie. Things stored in REQUEST are not persistent... Properties are persistent on the server, and cookies are persistent on the client (depending on how you set the expiration) And, as Pavlos mentions, it's good to be aware if you're doing something that will increase your Data.fs on every view (such as a hit counter implemented with a property). Kevin ----- Original Message ----- From: <Jerry.Spicklemire@IFLYATA.COM> To: <zope@zope.org> Sent: Tuesday, January 11, 2000 5:36 PM Subject: [Zope] (no subject)
Thanks Kevin, I'll look up some "counter" code at Zope.org.
Still I'm wondering about these :
http://lists.zope.org/pipermail/zope/1999-September/011307.html
http://lists.zope.org/pipermail/zope/1999-September/011312.html
http://lists.zope.org/pipermail/zope/1999-September/011313.html