I have an open Castle ActiveRecord SessionScope. I need to use the nhibernate session wrapped into SessionScope.
How can i retrieve the current NHibernate Session Object from SessionScope?
thank you very much for the replies.
[update] i have this code
ISession session = SessionScope.Current.GetSession( );
but i don't know what pass to the GetSession parameter