Re: [Zope] Users more information
Hi Antonio I'm having the same problem. I don't want to switch to one of the cookie-based products but would like to save the last login time. I have an additional object per user but whenever a value in an object changes it makes a copy for undo. This'll blast your Data.fs pretty soon. Other options are a flatfile which is accessed py a Python-script or a Database like MySQL (looks a little like overkill ;) ). At the moment I preffer the flatfile (like some pagecounters for Zope) but I'm still pondering over how to improve on performance... Maybe somebody has such a Pythonscript already?? Oliver Erlewein -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net
On Mon, 4 Mar 2002, Oliver Erlewein wrote:
Hi Antonio
I'm having the same problem. I don't want to switch to one of the cookie-based products but would like to save the last login time. I have an additional object per user but whenever a value in an object changes it makes a copy for undo. This'll blast your Data.fs pretty soon. Other options are a flatfile which is accessed py a Python-script or a Database like MySQL (looks a little like overkill ;) ). At the moment I preffer the flatfile (like some pagecounters for Zope) but I'm still pondering over how to improve on performance... Maybe somebody has such a Pythonscript already??
Oliver Erlewein
Use exUserFolder. Can use cookie-login, can use regular login. (Regular login is broken w/some recent versions of IE, so cookie login does have its advantages, BTW.) -- Joel BURTON | joel@joelburton.com | joelburton.com | aim: wjoelburton Independent Knowledge Management Consultant
participants (2)
-
Joel Burton -
Oliver Erlewein