I am using NHibernate 2.2 with c# 3.5 and VS2008,
The problem is when I close the Nhibernate Session object, the memory is not released. even I call GC.Collect() after every close, but nothing is getting freed up
How can I force NHibernate to release the objects loaded in session when session is closed?
thanks