12 May
2005
12 May
'05
6:48 p.m.
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