[patch] Add after_begin hook to SessionExtension

Issue #1023 resolved
Former user created an issue

I've been working on tidying up the zope transaction integration story. This patch adds an after_begin hook to SessionExtension called when a connection is added to a SessionTransaction. This enables the session to 'join' the zope transaction on first use.

Comments (1)

  1. Log in to comment