Wee Bubba Posted January 27, 2005 Posted January 27, 2005 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.