Hi,
for my project, i am using session to store the user's information like userid, username...
Also i am storing the dataset, which is having the datas for the particular user to avoid trip to database always. Unfortunately this is a big dataset... so once the dataset stored into session, the browsing system gets slow(bcoz its taking more memory)...
So can anyone suggest a way to store user related data (dataset) other than session....
Plz help me to find the solution
Rajendra Prabu Elias,
ASP.Net Programmer,'
ISPG
for my project, i am using session to store the user's information like userid, username...
Also i am storing the dataset, which is having the datas for the particular user to avoid trip to database always. Unfortunately this is a big dataset... so once the dataset stored into session, the browsing system gets slow(bcoz its taking more memory)...
So can anyone suggest a way to store user related data (dataset) other than session....
Plz help me to find the solution
Rajendra Prabu Elias,
ASP.Net Programmer,'
ISPG
Comment