[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

csgraham74

4/10/2006 10:33:00 AM

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

1 Answer

Egil Hogholt

4/26/2006 7:19:00 PM

0

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....

"csgraham74" <csgraham74@gmail.com> wrote in message
news:1144665192.920328.202910@u72g2000cwu.googlegroups.com...
> 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
>