8 Jan
2002
8 Jan
'02
1:09 p.m.
Is it solved in Zope 3?
Zope3 is more modular, so probably. Though I dont think it's a goal.
Never even knew that existed. Where's it documented? What does it do? What are the side effects?
"Zoper.test" as a side effect it commits a transaction. It's documented in the dev guide as "ZPublisher.Zope", sorry.
Well, we're using makerequest, and the following code seems to be keeping the SESSION stuff working:
session = app.unrestrictedTraverse('/session_data_manager').getSessionData app.REQUEST.set_lazy('SESSION', session)
Is that the 'right thing' to do?
That looks about right...