AW: [Zope] Long running process
Dieter Maurer
dieter@handshake.de
Wed, 16 Jul 2003 20:37:50 +0200
Florian Reiser wrote at 2003-7-16 07:41 +0200:
> I don't think that the not-setting of the session variable is causing
> the timeout.
> Maybe the session variable is not set because of the timeout?
I meant (and think I wrote) that this is highly unlikely:
DM: Zope notices a browser timeout only after it has computed
DM: the complete response (few exceptions).
DM: Therefore, it is highly unlikely that not-setting your
DM: variable is caused by a browser timeout.
> How can I avoid this?
Almost surely, the problem lies somewhere else...
Dieter