Philippe, Nick,
Good enough:
|
theSession theRequestContext |
theSession := self session.
theRequestContext := self requestContext.
self halt.
That's effectively what I did by debugging past the sends. Thanks for the explanation!
Bill