18 Jul
2002
18 Jul
'02
6:13 p.m.
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