Hi guys,
i have been building a web application in asp.net. in this application
we pass large amounts of xml between pages. my hardware/network guy has
told me that due to our infrastructure we cannot use session variables
to store xml between pages. i have therefore been using the cache to
store all xml. i have subsequntly found out that using the cache isnt
user specific.
how do i make this user specific ??? or does anyone know of a better
way to do this ??
any help appreciated on this one
Regards
Colin Graham
Egil Hogholt - 26 Apr 2006 20:18 GMT
Caching large amounts of data cached in memory by user is usually a bad
idea. Can you change your design to cache generic data in memory and then
filter at run time or cache user specific data in a DB?
Cheers,
Egil
http://www.egilh.com/
> Hi guys,
>
[quoted text clipped - 13 lines]
>
> Colin Graham