We have the following situation: We have an NH managed object we need to put into asp.net session. We want to keep making changes to the object and its child collections but without saving it to the database. We'd then like the user to be able to hit the save button, at which point we'd like to re-attach the the object to the current http request's ISesssion and persist it with nhibernate.
Currently we keep getting "illegal attempt to associate an object with two sessions" from NH. Is there a better way to do this? This is a small, low traffic site. Thanks, Craig --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
