i have a client server application, the server uses nhibernate. i wanna know how should i use the session? per call? per client? single?
other way?
and how can i keep the session cache in the server ? and also i wanna know if the session is thread safe?