Gaute Amundsen wrote at 2005-5-12 12:15 +0200:
> ...
>At the moment we have 657 objects in /temp_folder/session_data
>and this must be quite a bit of overhead.

Sessions are created on demand.
When you do not use them, they are not created.

That you see sessions means that you application code
uses them.

When you would disable them (you probably could do that
with a customized SessionDataManager), you would get an
exception at the place where you access the session.

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