Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

hello.

 

i have some lookups tables which I need to store when a user logs in. the data with these tables is user specific. also this data needs to be accessed for every page so I want to store it somewhere.

 

i can store these dataTables in the session object or I can store them inside the data cache using a unique identifier as the key.

 

i realise that if i place this data inside the session object then the memory will get freed as soon as the user logs out. but the data is non updateable and i also know that the data cache offers quick access and memory scavenging.

 

can anyone offer me ideas as to what the core differences are? thanks.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...