Using Session to store Datatable

sossynigo

New Member
currently we are using Sessions to store datatables in our pages so that we don't have to make Database hits to get the same datatable again and again. But my worry is that it is using the server memory and if large number of users login some day, the response of the server will become slow and our application might crash as well. Please tell me is it a good idea to store datatables into Sessions or should we get the datatables from DB everytime?
 
Back
Top