Handling updates to a Cached DataTable when the users session holds DataViews based on that DataTabl
- by minty
My website runs on a single server. I am caching a DataTable. Each session has a refernce to it's own DataView referring to that DataTable. What I am worried about is when I need to make changes to the underlying datatable will they propagate to each of the sessions references to it.
Or is there a better way to handle this situation.