23 Jan
2007
23 Jan
'07
5:24 p.m.
To get number of zope threads from zope.conf I used this code: from App.config import getConfiguration conf = getConfiguration() print conf.zserver_threads Possibly you'll find session-timeout-minutes there too. BTW. AFAIR session timeout is not a precise value especially if you're using high value for session-resolution-seconds -- Maciej Wisniowski