Joined: Thu Aug 18, 2005 10:31 pm Posts: 1
|
Hi,
We are using NHibternate with .Net 1.1 and are having some data related issues. We're experiecing some invalid data being returned from hibernate. Issue reolves around two users inadvertently sharing the same Isession instance. Could this result in data related to the first user being cached and return to the second user. For each entity request mentioned above unique object ids were passed to the load method.
How does the caching work in relation to each session? Does Hiberate update its collections based on parameters or cache it for the duration of the session?
|
|