views:

97

answers:

0

Hi I'm trying to get session open statistics for nhibernate wtih Nhibernate profiler. We got an issue where a session gets left open on error in transaction mode and gets reused, blowing up when temptables are created.

I've got generate statistics on in the config.

But I can't see any "Currently open sessions" count and the "Session Open Count" and"Session Closed Count" are always zero.

can you tel lme how to find this information using NHibernate Profiler?

Thanks,

Caladin-