Can SharedCache be used to distribute session cache in .NET?
- by Matt W
I've read a lot about ScaleOut, NCache and MemCached, but I can't find anywhere a mention that SharedCache can provide the same basic Session distribution support that the others can. Is it only limited to providing Cache support or can I spread the load of my Session with it?
Thanks,
Matt.