Hi
In C#.NET RFA, If I do sess = Session.Acquire("Session1") from multiple independent application components under the same session name, will sess.Release() tear down the other application components sessions before they're done with them? Or should I Release() once for each Acquire() ?
Sincerely
Anders A. Søndergaard