2008/9/7 Gildas <[EMAIL PROTECTED]> > > So I'm going to ask if this is the right way to handle sessions ? From > what I remember of NHibernate, NH Sessions must not be stored in > HttpContext.Session. I may not understand the reasons why this done > like this in UnitOfWorkApplication, maybe for long transactions > management ? >
Rhino UoW use httpSession only for long conversation... The NhSession CAN be stored in the httpSession simply because is the "most simple" way to manage long-conversations. -- Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
