[Zope] Changing a Zope environment variable?
Jerome Alet
alet@librelogiciel.com
Thu, 18 Jul 2002 02:55:12 +0200
On Thu, Jul 18, 2002 at 10:45:57AM +1000, Michael Fox wrote:
> Thanks Jerome,
>
> My Zope server is running on a Windows platform. After adding the
> following entry in z2.py (assuming this is the right place to do so)...
>
> ZSESSION_TIMEOUT_MINS=180
then this is not an environment variable,but a pyhon one.
don't put this in z2.py
under windows you surely have a .BAT or .CMD which launches Zope, and
you have to put your variable assignment there, but I don't remember
the exact syntax
bye,
Jerome Alet