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
_______________________________________________
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 )

Reply via email to