If yo have multiple users on your website on the same page and they are running queries (searches) and the results are stored in a datatable. Will the last person’s search overwrite the application Cache if you store it in the Cache? Is this a reason to use Session?
Share
It depends on how you store the information to the cache. If the info is the result of different queries, then the cache should store that value in different keys.