No, but Wonder just sticks it in a ThreadLocal variable, which you
could easily do with non-Wonder-WO also. Just make sure to clean up
after yourself at the end of the request.
ms
On Aug 30, 2006, at 10:15 AM, Fabian Peters wrote:
I'll guess your next question will be how to access the session
from the method in your framework? WOnder lets you get it via
<http://www.mdimension.com/~wonder/api/er/extensions/
ERXExtensions.html#session()>. I don't know any similar API in
standard WO that would let you access the session without passing
the context around. Anybody?