that's correct

Signature
Regards,
Alvin Bruney - ASP.NET MVP
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
> Hello,
>
[quoted text clipped - 3 lines]
>
> Luke
TomislaW - 14 Jul 2005 16:18 GMT
so how to easy migrate asp.net project that uses cache and session objects
from single server to cluster servers?
> that's correct
>
[quoted text clipped - 5 lines]
>>
>> Luke
Alvin Bruney [MVP - ASP.NET] - 16 Jul 2005 13:54 GMT
Firstly, you are limited by the technology. If you need to share cache in a
cluster, it needs to be in the database or in a third party application that
makes this functionality available.

Signature
Regards,
Alvin Bruney - ASP.NET MVP
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
> so how to easy migrate asp.net project that uses cache and session objects
> from single server to cluster servers?
[quoted text clipped - 8 lines]
>>>
>>> Luke
Thank you very much for your response. This explains a lot.
Do you know where I could find some information, or possibly sample code,
that would clear the Cache for all servers in the cluster. The only way I can
think of is to actually run Cache.Remove() on each server. That would force
me to find a way to make a request to each server. It seems like there must
be a more elegant solution.
> Hello,
>
[quoted text clipped - 3 lines]
>
> Luke
Alvin Bruney [MVP - ASP.NET] - 16 Jul 2005 13:52 GMT
Yup, that's pretty much it. Or another cheesy way is to force an application
pool recycle. You can actually generate the recylce thru a script app that
runs on the servers. If you google, you should be able to find the app pool
recycle script.

Signature
Regards,
Alvin Bruney - ASP.NET MVP
[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
> Thank you very much for your response. This explains a lot.
>
[quoted text clipped - 14 lines]
>>
>> Luke