Session Object v Data Cache

Wee Bubba

Newcomer
Joined
Jan 27, 2005
Messages
7
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.
 
Back
Top