[Zope] Changing a Zope environment variable?

Dieter Maurer dieter@handshake.de
Thu, 18 Jul 2002 20:13:57 +0200


Chris McDonough writes:
 > ...
 > In Windows NT/2000/XP, I believe the incantation for setting
 > environment variables is either:
 > 
 >   - Use the Settings -> Control Panel -> System -> Advanced ->
 > Environment Variables tab
 >     and set a "system variable" by clicking "New"
 > 
 >    or
 > 
 >   - In your Zope's START.BAT file, insert on a line above any of the
 > others:
 > 
 >     set ZSESSION_TIMEOUT_MINS=20
or simple insert "your_envvar=its_value" after the options (!)
to your "z2.py" command line.


Dieter