14 Sep
2004
14 Sep
'04
7:48 p.m.
Chris McDonough wrote at 2004-9-13 14:18 -0400:
Zope sessioning data is transactional. You are setting a session variable in one database connection, and presumably before the transaction that involves that connection has a chance to commit, you are telling the browser to redirect,
I do not believe this: For normal requests (such that do not use "RESPONSE.write"), the response is delivered to the client only after the transaction has been committed. -- Dieter