Can SharedCache be used to distribute session cache in .NET?

Posted by Matt W on Stack Overflow See other posts from Stack Overflow or by Matt W
Published on 2010-05-21T10:43:59Z Indexed on 2010/05/21 10:50 UTC
Read the original article Hit count: 366

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.

© Stack Overflow or respective owner

Related posts about sharedcache

Related posts about session