Anybody have any tips on handling an nhibernate session with the asp.net mvc?

I created a class called SessionHandler, implemented IHttpModule and registered it in web.config.


public class...