[Zope] How to disable anonymous sessions

Dieter Maurer dieter at handshake.de
Thu May 12 14:48:32 EDT 2005


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


More information about the Zope mailing list