On Fri, Jun 10, 2005 at 04:53:21PM -0700, Titus Brown wrote: > It's also unclear to me how the current transactional API in the session > manager would deal with a session management Web page. When would > abort_session or commit_session get called, for instance, on a session > that was modified through a management interface?
The ones I know about don't call abort_session() or commit_session() after messing with the sessions. They use ZODB or Durus so everything gets committed at the end of the request. > (I'm very confused about the session manager API distributed with > Quixote, though, so you probably shouldn't listen to me.) I think it's confusing too. It tries to be general but I think it was written without a clear understanding of how different persistence mechanisms would use it. Neil _______________________________________________ Quixote-users mailing list [email protected] http://mail.mems-exchange.org/mailman/listinfo/quixote-users
