Re: [Zope] sessions in zope
Dieter Maurer wrote at 12 Mar 2005 19:26:25 +0100:
The Zope Book (2.6/2.7 edition, online) explains Zope's builtin session (what formerly has been "CoreSessionTracking"). Thanks to Dieter. Upgrade to a modern Zope version is *highly* recommended! I use Zope2.7 :)
-----Original Message----- From: Dieter Maurer <dieter@handshake.de> To: "Leticia Larrosa" <LETICIA@tesla.cujae.edu.cu> Cc: zope@zope.org Date: Sat, 12 Mar 2005 19:26:25 +0100 Subject: Re: [Zope] sessions in zope
Leticia Larrosa wrote at 2005-3-11 19:00 -0400:
CoreSessionTracking, and exist some extra products like: SQLSession, HappySession, FSSession (I don't know any else) In any case, Where I find any documentation about how use any of them in zope with ZPT?
The Zope Book (2.6/2.7 edition, online) explains Zope's builtin session (what formerly has been "CoreSessionTracking").
Upgrade to a modern Zope version is *highly* recommended!
-- Dieter
Hi all: How can access to the value of the "ZOPE_HOME" that Control_Panel shows in the Zope Management Interface?. My target is read in execution time a content of one external method, but my zope server can run over windows or linux, and i must refer the folder when the zope are installed, indeed when the external methos are located, for example: "/usr/lib/zope2.7/Extensions" or "C:\Program Files\Zope-2.7.4-0\Extensions" Thank in advance
Leticia Larrosa wrote:
Hi all:
How can access to the value of the "ZOPE_HOME" that Control_Panel shows in the Zope Management Interface?. My target is read in execution time a content of one external method, but my zope server can run over windows or linux, and i must refer the folder when the zope are installed, indeed when the external methos are located, for example: "/usr/lib/zope2.7/Extensions" or "C:\Program Files\Zope-2.7.4-0\Extensions"
Thank in advance
------------------------------------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Leticia, I'm glad you asked the question. I think Chris Withers answered your question in an unrelated post:
I'd just untar the distro, build it to a path, and then replace references to the old path in zope.conf, runzope and zopectl. Then, restart Zope.
Take a look a the 3 files he mentions: zope.conf runzope and zopectl and put a *path* to instance-home. The files are annotated which is nice. Of course if recent posts of mine are indication, I'm leading you down stream :-0 But then another lister will get it right. David
participants (2)
-
David H -
Leticia Larrosa