Stateable Web application using COM+
Hi,
We want to use COM+ to hold our business objects and turn on Object Pooling to persist Business Objects for each Web Session. What is the best way to do that and how? Should we create a COM+ that holds business objects for all sessions ( a collection of sessions that hold a collection of Business objects for each session ), or create COM+ object for each Session to hold all business objects?
Regards,