Hello Sami,
Thanks for the idea but unfortunately that will cause problems with concurrent
requests because one Id may overwrite another.
"The Cache has some similarities to the Application object and is a container
of global data (as opposed to session-specific data)"
I might end up using Session though which is along the same lines.
-Trevor
>> Hi,
>>
[quoted text clipped - 22 lines]
> Regards,
> Sami
Sami Vaaraniemi - 03 Mar 2005 16:29 GMT
You are right, using the Cache you would have to handle concurrent access.
HttpContext.Current.Items, on the other hand, is per-request and should be
safe from concurrency issues.
Regards,
Sami
> Hello Sami,
>
[quoted text clipped - 34 lines]
>> Regards,
>> Sami