maintaining Session state
I'm optimizing a large report application which keeps a specific user's tables as DataSets in Session variables. For better performance, is it better to keep several datasets or to have few datasets with datatables in them? Any advice would be appreciated. -Yubo
|