[ZODB-Dev] Transactions across Requests

dieter.kopecky@integranet.at dieter.kopecky@integranet.at
Fri, 8 Jun 2001 13:13:45 +0200


Hello!

I have got a question concerning transactions.

Is it possible to configure a transaction or the transaction manager so
that a transaction is not automatically commited at the end of an HTTP
request.
I am required to keep the transaction open for the processing of a sequence
of HTML forms. In JSP I would store the transaction object into the
session object and commit or abort it respectively. This is no problem in
Zope, too, but how do I avoid the automatic commit?

Thank you very much in advance.

     Dieter